#D992A2

Color #D992A2 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D992A2

Tints of Kobi #D992A2

Color information

#D992A2 (or 0xD992A2) is unknown color: approx Kobi. HEX triplet: D9, 92 and A2. RGB value is (217,146,162). Sum of RGB (Red+Green+Blue) = 217+146+162=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D992A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992A2 is #266D5D. Grayscale: #A9A9A9. Windows color (decimal): -2518366 or 10654425. OLE color: 10654425.

HSL color Cylindrical-coordinate representation of color #D992A2: hue angle of 346.48º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D992A2 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB217146162-
CMYK00.330.250.15
HSL346.48º48.3%71.18%-
HSV(B)346.48º32.72%85.1%-
XYZ45.4237.9239.11-
YUV169.05124.02162.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=41.33%
G=27.81%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714616200.330.250.15346.4848.371.18
HexD992A202119F15a3047
Octal331222242041311753260107
Binary11011001100100101010001001000011100111111010110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992A2; }

 p { color: rgb(217,146,162); }

 H1.HeaderClassName
 {
   color: #D992A2;
 }
 .AnyTagClassName
 {
   color: #D992A2;
 }
</style>
background-color css

<style>
 a { background-color: #D992A2; }

 a { background-color: rgb(217,146,162); }

 div.DivClassName
 {
   background-color: #D992A2;
 }
 .BgClassName
 {
   background-color: #D992A2;
 }
</style>
border-color css

<style>
 span { border-color: #D992A2; }

 span { border-color: rgb(217,146,162); }

 td.TdClassName
 {
   border-color: #D992A2;
 }
 .TagClassName
 {
   border-color: #D992A2;
 }
</style>