#DC96A7

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

Shades of Kobi #DC96A7

Tints of Kobi #DC96A7

Color information

#DC96A7 (or 0xDC96A7) is unknown color: approx Kobi. HEX triplet: DC, 96 and A7. RGB value is (220,150,167). Sum of RGB (Red+Green+Blue) = 220+150+167=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96A7 is #236958. Grayscale: #ACACAC. Windows color (decimal): -2320729 or 10983132. OLE color: 10983132.

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

Color convert

RGB220150167-
CMYK00.320.240.14
HSL345.43º50%72.55%-
HSV(B)345.43º31.82%86.27%-
XYZ47.439.8241.75-
YUV172.87124.69161.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=40.97%
G=27.93%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015016700.320.240.14345.435072.55
HexDC96A702018E1593249
Octal334226247040301653162111
Binary11011100100101101010011101000001100011101010110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96A7; }

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

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

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

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

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

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

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

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