Html Css Color HEX #CFC073 Winter Hazel

📋 copy color: '#CFC073'

red 207 ◦ green 192 ◦ blue 115

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

Shades of Winter Hazel #CFC073

Tints of Winter Hazel #CFC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 40.27%
G = 37.35%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC073 (or 0xCFC073) is known color: Winter Hazel. HEX triplet: CF, C0 and 73. RGB value is (207,192,115). Sum of RGB (Red+Green+Blue) = 207+192+115=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC073 is #303F8C. Grayscale: #BCBCBC. Windows color (decimal): -3161997 or 7585999. OLE color: 7585999.

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

Color convert

RGB 207 192 115 -
CMYK 0 0.07 0.44 0.19
HSL 50.22º 0.49% 0.63% -
HSV(B) 50.22º 0.44% 0.81% -
XYZ 47.68 52.2 23.78 -
YUV 187.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 207 192 115 0 0.07 0.44 0.19 50.22 0.49 0.63
Hex CF C0 73 0 7 2C 13 32 31 3F
Octal 317 300 163 0 7 54 23 62 61 77
Binary 11001111 11000000 1110011 0 111 101100 10011 110010 110001 111111

Color Harmonies of #CFC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC073

Black with #CFC073

Text Example


Text Example

White with #CFC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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