#DFC0BA

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

Shades of Cavern Pink #DFC0BA

Tints of Cavern Pink #DFC0BA

Color information

#DFC0BA (or 0xDFC0BA) is unknown color: approx Cavern Pink. HEX triplet: DF, C0 and BA. RGB value is (223,192,186). Sum of RGB (Red+Green+Blue) = 223+192+186=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0BA is #203F45. Grayscale: #C8C8C8. Windows color (decimal): -2113350 or 12239071. OLE color: 12239071.

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

Color convert

RGB223192186-
CMYK00.140.170.13
HSL9.73º36.63%80.2%-
HSV(B)9.73º16.59%87.45%-
XYZ58.1456.9354.38-
YUV200.58119.77143.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=37.10%
G=31.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319218600.140.170.139.7336.6380.2
HexDFC0BA0E11Da2550
Octal33730027201621151245120
Binary1101111111000000101110100111010001110110101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0BA; }

 p { color: rgb(223,192,186); }

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

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

 a { background-color: rgb(223,192,186); }

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

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

 span { border-color: rgb(223,192,186); }

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