Html Css Color HEX #CFC274 Winter Hazel

📋 copy color: '#CFC274'

red 207 ◦ green 194 ◦ blue 116

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

Shades of Winter Hazel #CFC274

Tints of Winter Hazel #CFC274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 40.04%
G = 37.52%
B = 22.44%

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

#CFC274 (or 0xCFC274) is known color: Winter Hazel. HEX triplet: CF, C2 and 74. RGB value is (207,194,116). Sum of RGB (Red+Green+Blue) = 207+194+116=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC274 is #303D8B. Grayscale: #BDBDBD. Windows color (decimal): -3161484 or 7652047. OLE color: 7652047.

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

Color convert

RGB 207 194 116 -
CMYK 0 0.06 0.44 0.19
HSL 51.43º 0.49% 0.63% -
HSV(B) 51.43º 0.44% 0.81% -
XYZ 48.18 53.11 24.24 -
YUV 189 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 207 194 116 0 0.06 0.44 0.19 51.43 0.49 0.63
Hex CF C2 74 0 6 2C 13 33 31 3F
Octal 317 302 164 0 6 54 23 63 61 77
Binary 11001111 11000010 1110100 0 110 101100 10011 110011 110001 111111

Color Harmonies of #CFC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC274

Black with #CFC274

Text Example


Text Example

White with #CFC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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