Html Css Color HEX #CFBE76 Winter Hazel

📋 copy color: '#CFBE76'

red 207 ◦ green 190 ◦ blue 118

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

Shades of Winter Hazel #CFBE76

Tints of Winter Hazel #CFBE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 40.19%
G = 36.89%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFBE76 (or 0xCFBE76) is known color: Winter Hazel. HEX triplet: CF, BE and 76. RGB value is (207,190,118). Sum of RGB (Red+Green+Blue) = 207+190+118=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE76 is #304189. Grayscale: #BBBBBB. Windows color (decimal): -3162506 or 7782095. OLE color: 7782095.

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

Color convert

RGB 207 190 118 -
CMYK 0 0.08 0.43 0.19
HSL 48.54º 0.48% 0.64% -
HSV(B) 48.54º 0.43% 0.81% -
XYZ 47.42 51.4 24.56 -
YUV 186.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 207 190 118 0 0.08 0.43 0.19 48.54 0.48 0.64
Hex CF BE 76 0 8 2B 13 31 30 40
Octal 317 276 166 0 10 53 23 61 60 100
Binary 11001111 10111110 1110110 0 1000 101011 10011 110001 110000 1000000

Color Harmonies of #CFBE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE76

Black with #CFBE76

Text Example


Text Example

White with #CFBE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE76; }

 p { color: rgb(207,190,118); }

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

background-color css

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

 a { background-color: rgb(207,190,118); }

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

border-color css

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

 span { border-color: rgb(207,190,118); }

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