Html Css Color HEX #CFC374 Winter Hazel

📋 copy color: '#CFC374'

red 207 ◦ green 195 ◦ blue 116

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

Shades of Winter Hazel #CFC374

Tints of Winter Hazel #CFC374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

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

R = 39.96%
G = 37.64%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFC374 (or 0xCFC374) is known color: Winter Hazel. HEX triplet: CF, C3 and 74. RGB value is (207,195,116). Sum of RGB (Red+Green+Blue) = 207+195+116=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC374 is #303C8B. Grayscale: #BDBDBD. Windows color (decimal): -3161228 or 7652303. OLE color: 7652303.

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

Color convert

RGB 207 195 116 -
CMYK 0 0.06 0.44 0.19
HSL 52.09º 0.49% 0.63% -
HSV(B) 52.09º 0.44% 0.81% -
XYZ 48.4 53.56 24.31 -
YUV 189.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 207 195 116 0 0.06 0.44 0.19 52.09 0.49 0.63
Hex CF C3 74 0 6 2C 13 34 31 3F
Octal 317 303 164 0 6 54 23 64 61 77
Binary 11001111 11000011 1110100 0 110 101100 10011 110100 110001 111111

Color Harmonies of #CFC374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC374

Black with #CFC374

Text Example


Text Example

White with #CFC374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC374; }

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

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

background-color css

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

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

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

border-color css

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

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

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