#DC88A4

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

Shades of Kobi #DC88A4

Tints of Kobi #DC88A4

Color information

#DC88A4 (or 0xDC88A4) is unknown color: approx Kobi. HEX triplet: DC, 88 and A4. RGB value is (220,136,164). Sum of RGB (Red+Green+Blue) = 220+136+164=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A4 is #23775B. Grayscale: #A4A4A4. Windows color (decimal): -2324316 or 10782940. OLE color: 10782940.

HSL color Cylindrical-coordinate representation of color #DC88A4: hue angle of 340º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88A4 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220136164-
CMYK00.380.250.14
HSL340º54.55%69.8%-
HSV(B)340º38.18%86.27%-
XYZ45.0235.539.6-
YUV164.31127.83167.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=42.31%
G=26.15%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013616400.380.250.1434054.5569.8
HexDC88A402619E1543746
Octal334210244046311652467106
Binary11011100100010001010010001001101100111101010101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88A4; }

 p { color: rgb(220,136,164); }

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

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

 a { background-color: rgb(220,136,164); }

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

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

 span { border-color: rgb(220,136,164); }

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