Html Css Color HEX #CFBD7C Winter Hazel

📋 copy color: '#CFBD7C'

red 207 ◦ green 189 ◦ blue 124

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

Shades of Winter Hazel #CFBD7C

Tints of Winter Hazel #CFBD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

 BLUE value IS 124 (48.83% from 255) = 23.85%

R = 39.81%
G = 36.35%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFBD7C (or 0xCFBD7C) is known color: Winter Hazel. HEX triplet: CF, BD and 7C. RGB value is (207,189,124). Sum of RGB (Red+Green+Blue) = 207+189+124=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD7C is #304283. Grayscale: #BBBBBB. Windows color (decimal): -3162756 or 8175055. OLE color: 8175055.

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

Color convert

RGB 207 189 124 -
CMYK 0 0.09 0.40 0.19
HSL 46.99º 0.46% 0.65% -
HSV(B) 46.99º 0.4% 0.81% -
XYZ 47.57 51.12 26.43 -
YUV 186.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 207 189 124 0 0.09 0.40 0.19 46.99 0.46 0.65
Hex CF BD 7C 0 9 28 13 2F 2E 41
Octal 317 275 174 0 11 50 23 57 56 101
Binary 11001111 10111101 1111100 0 1001 101000 10011 101111 101110 1000001

Color Harmonies of #CFBD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD7C

Black with #CFBD7C

Text Example


Text Example

White with #CFBD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD7C; }

 p { color: rgb(207,189,124); }

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

background-color css

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

 a { background-color: rgb(207,189,124); }

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

border-color css

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

 span { border-color: rgb(207,189,124); }

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