Html Css Color HEX #DCBFB9 Cavern Pink

📋 copy color: '#DCBFB9'

red 220 ◦ green 191 ◦ blue 185

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

Shades of Cavern Pink #DCBFB9

Tints of Cavern Pink #DCBFB9

RGB

 RED value IS 220 (86.33% from 255) = 36.91%

 GREEN value IS 191 (75% from 255) = 32.05%

 BLUE value IS 185 (72.66% from 255) = 31.04%

R = 36.91%
G = 32.05%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCBFB9 (or 0xDCBFB9) is known color: Cavern Pink. HEX triplet: DC, BF and B9. RGB value is (220,191,185). Sum of RGB (Red+Green+Blue) = 220+191+185=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFB9 is #234046. Grayscale: #C7C7C7. Windows color (decimal): -2310215 or 12173276. OLE color: 12173276.

HSL color Cylindrical-coordinate representation of color #DCBFB9: hue angle of 10.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBFB9 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 185 -
CMYK 0 0.13 0.16 0.14
HSL 10.29º 0.33% 0.79% -
HSV(B) 10.29º 0.16% 0.86% -
XYZ 56.9 55.98 53.71 -
YUV 198.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 220 191 185 0 0.13 0.16 0.14 10.29 0.33 0.79
Hex DC BF B9 0 D 10 E A 21 4F
Octal 334 277 271 0 15 20 16 12 41 117
Binary 11011100 10111111 10111001 0 1101 10000 1110 1010 100001 1001111

Color Harmonies of #DCBFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFB9

Black with #DCBFB9

Text Example


Text Example

White with #DCBFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFB9; }

 p { color: rgb(220,191,185); }

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

background-color css

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

 a { background-color: rgb(220,191,185); }

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

border-color css

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

 span { border-color: rgb(220,191,185); }

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