Html Css Color HEX #CFBE79 Winter Hazel

📋 copy color: '#CFBE79'

red 207 ◦ green 190 ◦ blue 121

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

Shades of Winter Hazel #CFBE79

Tints of Winter Hazel #CFBE79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.36%

R = 39.96%
G = 36.68%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFBE79 (or 0xCFBE79) is known color: Winter Hazel. HEX triplet: CF, BE and 79. RGB value is (207,190,121). Sum of RGB (Red+Green+Blue) = 207+190+121=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE79 is #304186. Grayscale: #BBBBBB. Windows color (decimal): -3162503 or 7978703. OLE color: 7978703.

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

Color convert

RGB 207 190 121 -
CMYK 0 0.08 0.42 0.19
HSL 48.14º 0.47% 0.64% -
HSV(B) 48.14º 0.42% 0.81% -
XYZ 47.6 51.47 25.52 -
YUV 187.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 207 190 121 0 0.08 0.42 0.19 48.14 0.47 0.64
Hex CF BE 79 0 8 2A 13 30 2F 40
Octal 317 276 171 0 10 52 23 60 57 100
Binary 11001111 10111110 1111001 0 1000 101010 10011 110000 101111 1000000

Color Harmonies of #CFBE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE79

Black with #CFBE79

Text Example


Text Example

White with #CFBE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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