#DC88A3

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

Shades of Kobi #DC88A3

Tints of Kobi #DC88A3

Color information

#DC88A3 (or 0xDC88A3) is unknown color: approx Kobi. HEX triplet: DC, 88 and A3. RGB value is (220,136,163). Sum of RGB (Red+Green+Blue) = 220+136+163=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A3 is #23775C. Grayscale: #A4A4A4. Windows color (decimal): -2324317 or 10717404. OLE color: 10717404.

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

Color convert

RGB220136163-
CMYK00.380.260.14
HSL340.71º54.55%69.8%-
HSV(B)340.71º38.18%86.27%-
XYZ44.9335.4739.13-
YUV164.19127.33167.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=42.39%
G=26.20%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013616300.380.260.14340.7154.5569.8
HexDC88A30261AE1553746
Octal334210243046321652567106
Binary11011100100010001010001101001101101011101010101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88A3; }

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

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

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

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

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

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

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

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