#DC9CAB

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

Shades of Kobi #DC9CAB

Tints of Kobi #DC9CAB

Color information

#DC9CAB (or 0xDC9CAB) is unknown color: approx Kobi. HEX triplet: DC, 9C and AB. RGB value is (220,156,171). Sum of RGB (Red+Green+Blue) = 220+156+171=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CAB is #236354. Grayscale: #B0B0B0. Windows color (decimal): -2319189 or 11246812. OLE color: 11246812.

HSL color Cylindrical-coordinate representation of color #DC9CAB: hue angle of 345.94º 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 #DC9CAB is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220156171-
CMYK00.290.220.14
HSL345.94º47.76%73.73%-
HSV(B)345.94º29.09%86.27%-
XYZ48.7541.9344.05-
YUV176.85124.7158.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=40.22%
G=28.52%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015617100.290.220.14345.9447.7673.73
HexDC9CAB01D16E15a304a
Octal334234253035261653260112
Binary1101110010011100101010110111011011011101010110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CAB; }

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

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

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

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

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

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

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

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