Html Css Color HEX #CFBF7A Winter Hazel

📋 copy color: '#CFBF7A'

red 207 ◦ green 191 ◦ blue 122

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

Shades of Winter Hazel #CFBF7A

Tints of Winter Hazel #CFBF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 39.81%
G = 36.73%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CFBF7A (or 0xCFBF7A) is known color: Winter Hazel. HEX triplet: CF, BF and 7A. RGB value is (207,191,122). Sum of RGB (Red+Green+Blue) = 207+191+122=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF7A is #304085. Grayscale: #BCBCBC. Windows color (decimal): -3162246 or 8044495. OLE color: 8044495.

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

Color convert

RGB 207 191 122 -
CMYK 0 0.08 0.41 0.19
HSL 48.71º 0.47% 0.65% -
HSV(B) 48.71º 0.41% 0.81% -
XYZ 47.88 51.93 25.91 -
YUV 187.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 207 191 122 0 0.08 0.41 0.19 48.71 0.47 0.65
Hex CF BF 7A 0 8 29 13 31 2F 41
Octal 317 277 172 0 10 51 23 61 57 101
Binary 11001111 10111111 1111010 0 1000 101001 10011 110001 101111 1000001

Color Harmonies of #CFBF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBF7A

Black with #CFBF7A

Text Example


Text Example

White with #CFBF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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