Html Css Color HEX #CFBE90 Winter Hazel

📋 copy color: '#CFBE90'

red 207 ◦ green 190 ◦ blue 144

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

Shades of Winter Hazel #CFBE90

Tints of Winter Hazel #CFBE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.62%

R = 38.26%
G = 35.12%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFBE90 (or 0xCFBE90) is known color: Winter Hazel. HEX triplet: CF, BE and 90. RGB value is (207,190,144). Sum of RGB (Red+Green+Blue) = 207+190+144=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE90 is #30416F. Grayscale: #BEBEBE. Windows color (decimal): -3162480 or 9486031. OLE color: 9486031.

HSL color Cylindrical-coordinate representation of color #CFBE90: hue angle of 43.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFBE90 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 144 -
CMYK 0 0.08 0.30 0.19
HSL 43.81º 0.4% 0.69% -
HSV(B) 43.81º 0.3% 0.81% -
XYZ 49.18 52.11 33.85 -
YUV 189.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 207 190 144 0 0.08 0.30 0.19 43.81 0.4 0.69
Hex CF BE 90 0 8 1E 13 2C 28 45
Octal 317 276 220 0 10 36 23 54 50 105
Binary 11001111 10111110 10010000 0 1000 11110 10011 101100 101000 1000101

Color Harmonies of #CFBE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE90

Black with #CFBE90

Text Example


Text Example

White with #CFBE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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