Html Css Color HEX #CFC075 Winter Hazel

📋 copy color: '#CFC075'

red 207 ◦ green 192 ◦ blue 117

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

Shades of Winter Hazel #CFC075

Tints of Winter Hazel #CFC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 40.12%
G = 37.21%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFC075 (or 0xCFC075) is known color: Winter Hazel. HEX triplet: CF, C0 and 75. RGB value is (207,192,117). Sum of RGB (Red+Green+Blue) = 207+192+117=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC075 is #303F8A. Grayscale: #BCBCBC. Windows color (decimal): -3161995 or 7717071. OLE color: 7717071.

HSL color Cylindrical-coordinate representation of color #CFC075: hue angle of 50º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC075 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 117 -
CMYK 0 0.07 0.43 0.19
HSL 50º 0.48% 0.64% -
HSV(B) 50º 0.43% 0.81% -
XYZ 47.79 52.25 24.4 -
YUV 187.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 207 192 117 0 0.07 0.43 0.19 50 0.48 0.64
Hex CF C0 75 0 7 2B 13 32 30 40
Octal 317 300 165 0 7 53 23 62 60 100
Binary 11001111 11000000 1110101 0 111 101011 10011 110010 110000 1000000

Color Harmonies of #CFC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC075

Black with #CFC075

Text Example


Text Example

White with #CFC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC075; }

 p { color: rgb(207,192,117); }

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

background-color css

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

 a { background-color: rgb(207,192,117); }

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

border-color css

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

 span { border-color: rgb(207,192,117); }

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