#DF8CAC

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

Shades of Kobi #DF8CAC

Tints of Kobi #DF8CAC

Color information

#DF8CAC (or 0xDF8CAC) is unknown color: approx Kobi. HEX triplet: DF, 8C and AC. RGB value is (223,140,172). Sum of RGB (Red+Green+Blue) = 223+140+172=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8CAC is #207353. Grayscale: #A8A8A8. Windows color (decimal): -2126676 or 11308255. OLE color: 11308255.

HSL color Cylindrical-coordinate representation of color #DF8CAC: hue angle of 336.87º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8CAC is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223140172-
CMYK00.370.230.13
HSL336.87º56.46%71.18%-
HSV(B)336.87º37.22%87.45%-
XYZ47.2637.4243.76-
YUV168.46130166.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=41.68%
G=26.17%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314017200.370.230.13336.8756.4671.18
HexDF8CAC02517D1513847
Octal337214254045271552170107
Binary11011111100011001010110001001011011111011010100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CAC; }

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

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

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

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

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

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

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

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