Html Css Color HEX #CFBF7D Winter Hazel

📋 copy color: '#CFBF7D'

red 207 ◦ green 191 ◦ blue 125

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

Shades of Winter Hazel #CFBF7D

Tints of Winter Hazel #CFBF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

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

R = 39.58%
G = 36.52%
B = 23.9%

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

#CFBF7D (or 0xCFBF7D) is known color: Winter Hazel. HEX triplet: CF, BF and 7D. RGB value is (207,191,125). Sum of RGB (Red+Green+Blue) = 207+191+125=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF7D is #304082. Grayscale: #BCBCBC. Windows color (decimal): -3162243 or 8241103. OLE color: 8241103.

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

Color convert

RGB 207 191 125 -
CMYK 0 0.08 0.40 0.19
HSL 48.29º 0.46% 0.65% -
HSV(B) 48.29º 0.4% 0.81% -
XYZ 48.06 52.01 26.91 -
YUV 188.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 207 191 125 0 0.08 0.40 0.19 48.29 0.46 0.65
Hex CF BF 7D 0 8 28 13 30 2E 41
Octal 317 277 175 0 10 50 23 60 56 101
Binary 11001111 10111111 1111101 0 1000 101000 10011 110000 101110 1000001

Color Harmonies of #CFBF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF7D

Black with #CFBF7D

Text Example


Text Example

White with #CFBF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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