Html Css Color HEX #DFC0BA Cavern Pink

📋 copy color: '#DFC0BA'

red 223 ◦ green 192 ◦ blue 186

#DFC0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #DFC0BA

Tints of Cavern Pink #DFC0BA

RGB

 RED value IS 223 (87.5% from 255) = 37.1%

 GREEN value IS 192 (75.39% from 255) = 31.95%

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 37.1%
G = 31.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFC0BA (or 0xDFC0BA) is known color: 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

RGB 223 192 186 -
CMYK 0 0.14 0.17 0.13
HSL 9.73º 0.37% 0.8% -
HSV(B) 9.73º 0.17% 0.87% -
XYZ 58.14 56.93 54.38 -
YUV 200.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 223 192 186 0 0.14 0.17 0.13 9.73 0.37 0.8
Hex DF C0 BA 0 E 11 D A 25 50
Octal 337 300 272 0 16 21 15 12 45 120
Binary 11011111 11000000 10111010 0 1110 10001 1101 1010 100101 1010000

Color Harmonies of #DFC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0BA

Black with #DFC0BA

Text Example


Text Example

White with #DFC0BA

Text Example


Text Example

HTML Codes & Css Web 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>