#DC8CA4

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

Shades of Kobi #DC8CA4

Tints of Kobi #DC8CA4

Color information

#DC8CA4 (or 0xDC8CA4) is unknown color: approx Kobi. HEX triplet: DC, 8C and A4. RGB value is (220,140,164). Sum of RGB (Red+Green+Blue) = 220+140+164=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8CA4 is #23735B. Grayscale: #A6A6A6. Windows color (decimal): -2323292 or 10783964. OLE color: 10783964.

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

Color convert

RGB220140164-
CMYK00.360.250.14
HSL342º53.33%70.59%-
HSV(B)342º36.36%86.27%-
XYZ45.5936.6539.79-
YUV166.66126.5166.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.98%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=41.98%
G=26.72%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014016400.360.250.1434253.3370.59
HexDC8CA402419E1563547
Octal334214244044311652665107
Binary11011100100011001010010001001001100111101010101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CA4; }

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

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

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

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

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

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

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

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