#DC96AE

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

Shades of Kobi #DC96AE

Tints of Kobi #DC96AE

Color information

#DC96AE (or 0xDC96AE) is unknown color: approx Kobi. HEX triplet: DC, 96 and AE. RGB value is (220,150,174). Sum of RGB (Red+Green+Blue) = 220+150+174=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96AE is #236951. Grayscale: #ADADAD. Windows color (decimal): -2320722 or 11441884. OLE color: 11441884.

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

Color convert

RGB220150174-
CMYK00.320.210.14
HSL339.43º50%72.55%-
HSV(B)339.43º31.82%86.27%-
XYZ48.0640.0845.25-
YUV173.67128.19161.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=40.44%
G=27.57%
B=31.99%

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
Decimal22015017400.320.210.14339.435072.55
HexDC96AE02015E1533249
Octal334226256040251652362111
Binary11011100100101101010111001000001010111101010100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96AE; }

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

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

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

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

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

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

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

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