#DC96AD

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

Shades of Kobi #DC96AD

Tints of Kobi #DC96AD

Color information

#DC96AD (or 0xDC96AD) is unknown color: approx Kobi. HEX triplet: DC, 96 and AD. RGB value is (220,150,173). Sum of RGB (Red+Green+Blue) = 220+150+173=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96AD is #236952. Grayscale: #ADADAD. Windows color (decimal): -2320723 or 11376348. OLE color: 11376348.

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

Color convert

RGB220150173-
CMYK00.320.210.14
HSL340.29º50%72.55%-
HSV(B)340.29º31.82%86.27%-
XYZ47.9640.0544.74-
YUV173.55127.69161.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=40.52%
G=27.62%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015017300.320.210.14340.295072.55
HexDC96AD02015E1543249
Octal334226255040251652462111
Binary11011100100101101010110101000001010111101010101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96AD; }

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

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

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

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

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

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

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

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