Html Css Color HEX #CFBE80 Winter Hazel

📋 copy color: '#CFBE80'

red 207 ◦ green 190 ◦ blue 128

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

Shades of Winter Hazel #CFBE80

Tints of Winter Hazel #CFBE80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.38%

R = 39.43%
G = 36.19%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFBE80 (or 0xCFBE80) is known color: Winter Hazel. HEX triplet: CF, BE and 80. RGB value is (207,190,128). Sum of RGB (Red+Green+Blue) = 207+190+128=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE80 is #30417F. Grayscale: #BCBCBC. Windows color (decimal): -3162496 or 8437455. OLE color: 8437455.

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

Color convert

RGB 207 190 128 -
CMYK 0 0.08 0.38 0.19
HSL 47.09º 0.45% 0.66% -
HSV(B) 47.09º 0.38% 0.81% -
XYZ 48.04 51.65 27.86 -
YUV 188.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 207 190 128 0 0.08 0.38 0.19 47.09 0.45 0.66
Hex CF BE 80 0 8 26 13 2F 2D 42
Octal 317 276 200 0 10 46 23 57 55 102
Binary 11001111 10111110 10000000 0 1000 100110 10011 101111 101101 1000010

Color Harmonies of #CFBE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE80

Black with #CFBE80

Text Example


Text Example

White with #CFBE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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