Html Css Color HEX #DFC0BE Cavern Pink

📋 copy color: '#DFC0BE'

red 223 ◦ green 192 ◦ blue 190

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

Shades of Cavern Pink #DFC0BE

Tints of Cavern Pink #DFC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 36.86%
G = 31.74%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFC0BE (or 0xDFC0BE) is known color: Cavern Pink. HEX triplet: DF, C0 and BE. RGB value is (223,192,190). Sum of RGB (Red+Green+Blue) = 223+192+190=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0BE is #203F41. Grayscale: #C9C9C9. Windows color (decimal): -2113346 or 12501215. OLE color: 12501215.

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

Color convert

RGB 223 192 190 -
CMYK 0 0.14 0.15 0.13
HSL 3.64º 0.34% 0.81% -
HSV(B) 3.64º 0.15% 0.87% -
XYZ 58.58 57.1 56.65 -
YUV 201.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 223 192 190 0 0.14 0.15 0.13 3.64 0.34 0.81
Hex DF C0 BE 0 E F D 4 22 51
Octal 337 300 276 0 16 17 15 4 42 121
Binary 11011111 11000000 10111110 0 1110 1111 1101 100 100010 1010001

Color Harmonies of #DFC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0BE

Black with #DFC0BE

Text Example


Text Example

White with #DFC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0BE; }

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

 H1.HeaderClassName
 {
   color: #DFC0BE;
 }
 .AnyTagClassName
 {
   color: #DFC0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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