#DF9CAC

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

Shades of Kobi #DF9CAC

Tints of Kobi #DF9CAC

Color information

#DF9CAC (or 0xDF9CAC) is unknown color: approx Kobi. HEX triplet: DF, 9C and AC. RGB value is (223,156,172). Sum of RGB (Red+Green+Blue) = 223+156+172=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9CAC is #206353. Grayscale: #B1B1B1. Windows color (decimal): -2122580 or 11312351. OLE color: 11312351.

HSL color Cylindrical-coordinate representation of color #DF9CAC: hue angle of 345.67º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CAC is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223156172-
CMYK00.300.230.13
HSL345.67º51.15%74.31%-
HSV(B)345.67º30.04%87.45%-
XYZ49.7742.4444.6-
YUV177.86124.7160.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=40.47%
G=28.31%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315617200.300.230.13345.6751.1574.31
HexDF9CAC01E17D15a334a
Octal337234254036271553263112
Binary1101111110011100101011000111101011111011010110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CAC; }

 p { color: rgb(223,156,172); }

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

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

 a { background-color: rgb(223,156,172); }

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

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

 span { border-color: rgb(223,156,172); }

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