Html Css Color HEX #CFC674 Winter Hazel

📋 copy color: '#CFC674'

red 207 ◦ green 198 ◦ blue 116

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

Shades of Winter Hazel #CFC674

Tints of Winter Hazel #CFC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 39.73%
G = 38%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC674 (or 0xCFC674) is known color: Winter Hazel. HEX triplet: CF, C6 and 74. RGB value is (207,198,116). Sum of RGB (Red+Green+Blue) = 207+198+116=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC674 is #30398B. Grayscale: #BFBFBF. Windows color (decimal): -3160460 or 7653071. OLE color: 7653071.

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

Color convert

RGB 207 198 116 -
CMYK 0 0.04 0.44 0.19
HSL 54.07º 0.49% 0.63% -
HSV(B) 54.07º 0.44% 0.81% -
XYZ 49.08 54.91 24.54 -
YUV 191.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 207 198 116 0 0.04 0.44 0.19 54.07 0.49 0.63
Hex CF C6 74 0 4 2C 13 36 31 3F
Octal 317 306 164 0 4 54 23 66 61 77
Binary 11001111 11000110 1110100 0 100 101100 10011 110110 110001 111111

Color Harmonies of #CFC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC674

Black with #CFC674

Text Example


Text Example

White with #CFC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC674; }

 p { color: rgb(207,198,116); }

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

background-color css

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

 a { background-color: rgb(207,198,116); }

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

border-color css

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

 span { border-color: rgb(207,198,116); }

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