Html Css Color HEX #CFBE7D Winter Hazel

📋 copy color: '#CFBE7D'

red 207 ◦ green 190 ◦ blue 125

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

Shades of Winter Hazel #CFBE7D

Tints of Winter Hazel #CFBE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 39.66%
G = 36.4%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFBE7D (or 0xCFBE7D) is known color: Winter Hazel. HEX triplet: CF, BE and 7D. RGB value is (207,190,125). Sum of RGB (Red+Green+Blue) = 207+190+125=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE7D is #304182. Grayscale: #BBBBBB. Windows color (decimal): -3162499 or 8240847. OLE color: 8240847.

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

Color convert

RGB 207 190 125 -
CMYK 0 0.08 0.40 0.19
HSL 47.56º 0.46% 0.65% -
HSV(B) 47.56º 0.4% 0.81% -
XYZ 47.85 51.57 26.83 -
YUV 187.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 207 190 125 0 0.08 0.40 0.19 47.56 0.46 0.65
Hex CF BE 7D 0 8 28 13 30 2E 41
Octal 317 276 175 0 10 50 23 60 56 101
Binary 11001111 10111110 1111101 0 1000 101000 10011 110000 101110 1000001

Color Harmonies of #CFBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE7D

Black with #CFBE7D

Text Example


Text Example

White with #CFBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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