#DC8CAB

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

Shades of Kobi #DC8CAB

Tints of Kobi #DC8CAB

Color information

#DC8CAB (or 0xDC8CAB) is unknown color: approx Kobi. HEX triplet: DC, 8C and AB. RGB value is (220,140,171). Sum of RGB (Red+Green+Blue) = 220+140+171=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8CAB is #237354. Grayscale: #A7A7A7. Windows color (decimal): -2323285 or 11242716. OLE color: 11242716.

HSL color Cylindrical-coordinate representation of color #DC8CAB: hue angle of 336.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8CAB is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220140171-
CMYK00.360.220.14
HSL336.75º53.33%70.59%-
HSV(B)336.75º36.36%86.27%-
XYZ46.2436.9143.22-
YUV167.45130165.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=41.43%
G=26.37%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014017100.360.220.14336.7553.3370.59
HexDC8CAB02416E1513547
Octal334214253044261652165107
Binary11011100100011001010101101001001011011101010100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CAB; }

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

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

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

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

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

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

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

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