#DC9CAC

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

Shades of Kobi #DC9CAC

Tints of Kobi #DC9CAC

Color information

#DC9CAC (or 0xDC9CAC) is unknown color: approx Kobi. HEX triplet: DC, 9C and AC. RGB value is (220,156,172). Sum of RGB (Red+Green+Blue) = 220+156+172=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CAC is #236353. Grayscale: #B0B0B0. Windows color (decimal): -2319188 or 11312348. OLE color: 11312348.

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

Color convert

RGB220156172-
CMYK00.290.220.14
HSL345º47.76%73.73%-
HSV(B)345º29.09%86.27%-
XYZ48.8541.9744.56-
YUV176.96125.2158.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=40.15%
G=28.47%
B=31.39%

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
Decimal22015617200.290.220.1434547.7673.73
HexDC9CAC01D16E159304a
Octal334234254035261653160112
Binary1101110010011100101011000111011011011101010110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CAC; }

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

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

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

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

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

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

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

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