Html Css Color HEX #CFC078 Winter Hazel

📋 copy color: '#CFC078'

red 207 ◦ green 192 ◦ blue 120

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

Shades of Winter Hazel #CFC078

Tints of Winter Hazel #CFC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.12%

R = 39.88%
G = 36.99%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFC078 (or 0xCFC078) is known color: Winter Hazel. HEX triplet: CF, C0 and 78. RGB value is (207,192,120). Sum of RGB (Red+Green+Blue) = 207+192+120=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC078 is #303F87. Grayscale: #BCBCBC. Windows color (decimal): -3161992 or 7913679. OLE color: 7913679.

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

Color convert

RGB 207 192 120 -
CMYK 0 0.07 0.42 0.19
HSL 49.66º 0.48% 0.64% -
HSV(B) 49.66º 0.42% 0.81% -
XYZ 47.97 52.32 25.34 -
YUV 188.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 207 192 120 0 0.07 0.42 0.19 49.66 0.48 0.64
Hex CF C0 78 0 7 2A 13 32 30 40
Octal 317 300 170 0 7 52 23 62 60 100
Binary 11001111 11000000 1111000 0 111 101010 10011 110010 110000 1000000

Color Harmonies of #CFC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC078

Black with #CFC078

Text Example


Text Example

White with #CFC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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