Html Css Color HEX #CFBF88 Winter Hazel

📋 copy color: '#CFBF88'

red 207 ◦ green 191 ◦ blue 136

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

Shades of Winter Hazel #CFBF88

Tints of Winter Hazel #CFBF88

RGB

 RED value IS 207 (81.25% from 255) = 38.76%

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

 BLUE value IS 136 (53.52% from 255) = 25.47%

R = 38.76%
G = 35.77%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CFBF88 (or 0xCFBF88) is known color: Winter Hazel. HEX triplet: CF, BF and 88. RGB value is (207,191,136). Sum of RGB (Red+Green+Blue) = 207+191+136=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBF88 is #304077. Grayscale: #BDBDBD. Windows color (decimal): -3162232 or 8961999. OLE color: 8961999.

HSL color Cylindrical-coordinate representation of color #CFBF88: hue angle of 46.48º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFBF88 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 191 136 -
CMYK 0 0.08 0.34 0.19
HSL 46.48º 0.43% 0.67% -
HSV(B) 46.48º 0.34% 0.81% -
XYZ 48.81 52.3 30.82 -
YUV 189.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 207 191 136 0 0.08 0.34 0.19 46.48 0.43 0.67
Hex CF BF 88 0 8 22 13 2E 2B 43
Octal 317 277 210 0 10 42 23 56 53 103
Binary 11001111 10111111 10001000 0 1000 100010 10011 101110 101011 1000011

Color Harmonies of #CFBF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF88

Black with #CFBF88

Text Example


Text Example

White with #CFBF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF88; }

 p { color: rgb(207,191,136); }

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

background-color css

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

 a { background-color: rgb(207,191,136); }

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

border-color css

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

 span { border-color: rgb(207,191,136); }

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