Html Css Color HEX #CFBE81 Winter Hazel

📋 copy color: '#CFBE81'

red 207 ◦ green 190 ◦ blue 129

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

Shades of Winter Hazel #CFBE81

Tints of Winter Hazel #CFBE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.52%

R = 39.35%
G = 36.12%
B = 24.52%

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

#CFBE81 (or 0xCFBE81) is known color: Winter Hazel. HEX triplet: CF, BE and 81. RGB value is (207,190,129). Sum of RGB (Red+Green+Blue) = 207+190+129=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE81 is #30417E. Grayscale: #BCBCBC. Windows color (decimal): -3162495 or 8502991. OLE color: 8502991.

HSL color Cylindrical-coordinate representation of color #CFBE81: hue angle of 46.92º 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 #CFBE81 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 129 -
CMYK 0 0.08 0.38 0.19
HSL 46.92º 0.45% 0.66% -
HSV(B) 46.92º 0.38% 0.81% -
XYZ 48.11 51.68 28.21 -
YUV 188.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 207 190 129 0 0.08 0.38 0.19 46.92 0.45 0.66
Hex CF BE 81 0 8 26 13 2F 2D 42
Octal 317 276 201 0 10 46 23 57 55 102
Binary 11001111 10111110 10000001 0 1000 100110 10011 101111 101101 1000010

Color Harmonies of #CFBE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE81

Black with #CFBE81

Text Example


Text Example

White with #CFBE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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