Html Css Color HEX #CFBE8C Winter Hazel

📋 copy color: '#CFBE8C'

red 207 ◦ green 190 ◦ blue 140

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

Shades of Winter Hazel #CFBE8C

Tints of Winter Hazel #CFBE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 38.55%
G = 35.38%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CFBE8C (or 0xCFBE8C) is known color: Winter Hazel. HEX triplet: CF, BE and 8C. RGB value is (207,190,140). Sum of RGB (Red+Green+Blue) = 207+190+140=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE8C is #304173. Grayscale: #BDBDBD. Windows color (decimal): -3162484 or 9223887. OLE color: 9223887.

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

Color convert

RGB 207 190 140 -
CMYK 0 0.08 0.32 0.19
HSL 44.78º 0.41% 0.68% -
HSV(B) 44.78º 0.32% 0.81% -
XYZ 48.88 51.99 32.27 -
YUV 189.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 207 190 140 0 0.08 0.32 0.19 44.78 0.41 0.68
Hex CF BE 8C 0 8 20 13 2D 29 44
Octal 317 276 214 0 10 40 23 55 51 104
Binary 11001111 10111110 10001100 0 1000 100000 10011 101101 101001 1000100

Color Harmonies of #CFBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE8C

Black with #CFBE8C

Text Example


Text Example

White with #CFBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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