#DC96A0

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

Shades of Kobi #DC96A0

Tints of Kobi #DC96A0

Color information

#DC96A0 (or 0xDC96A0) is unknown color: approx Kobi. HEX triplet: DC, 96 and A0. RGB value is (220,150,160). Sum of RGB (Red+Green+Blue) = 220+150+160=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96A0 is #23695F. Grayscale: #ACACAC. Windows color (decimal): -2320736 or 10524380. OLE color: 10524380.

HSL color Cylindrical-coordinate representation of color #DC96A0: hue angle of 351.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96A0 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220150160-
CMYK00.320.270.14
HSL351.43º50%72.55%-
HSV(B)351.43º31.82%86.27%-
XYZ46.7739.5738.43-
YUV172.07121.19162.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=41.51%
G=28.30%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015016000.320.270.14351.435072.55
HexDC96A00201BE15f3249
Octal334226240040331653762111
Binary11011100100101101010000001000001101111101010111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96A0; }

 p { color: rgb(220,150,160); }

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

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

 a { background-color: rgb(220,150,160); }

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

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

 span { border-color: rgb(220,150,160); }

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