#DC9CA9

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

Shades of Kobi #DC9CA9

Tints of Kobi #DC9CA9

Color information

#DC9CA9 (or 0xDC9CA9) is unknown color: approx Kobi. HEX triplet: DC, 9C and A9. RGB value is (220,156,169). Sum of RGB (Red+Green+Blue) = 220+156+169=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CA9 is #236356. Grayscale: #B0B0B0. Windows color (decimal): -2319191 or 11115740. OLE color: 11115740.

HSL color Cylindrical-coordinate representation of color #DC9CA9: hue angle of 347.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CA9 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220156169-
CMYK00.290.230.14
HSL347.81º47.76%73.73%-
HSV(B)347.81º29.09%86.27%-
XYZ48.5741.8643.06-
YUV176.62123.7158.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=40.37%
G=28.62%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015616900.290.230.14347.8147.7673.73
HexDC9CA901D17E15c304a
Octal334234251035271653460112
Binary1101110010011100101010010111011011111101010111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CA9; }

 p { color: rgb(220,156,169); }

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

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

 a { background-color: rgb(220,156,169); }

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

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

 span { border-color: rgb(220,156,169); }

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