Html Css Color HEX #CCC274 Winter Hazel

📋 copy color: '#CCC274'

red 204 ◦ green 194 ◦ blue 116

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

Shades of Winter Hazel #CCC274

Tints of Winter Hazel #CCC274

RGB

 RED value IS 204 (80.08% from 255) = 39.69%

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

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

R = 39.69%
G = 37.74%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCC274 (or 0xCCC274) is known color: Winter Hazel. HEX triplet: CC, C2 and 74. RGB value is (204,194,116). Sum of RGB (Red+Green+Blue) = 204+194+116=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC274 is #333D8B. Grayscale: #BCBCBC. Windows color (decimal): -3358092 or 7652044. OLE color: 7652044.

HSL color Cylindrical-coordinate representation of color #CCC274: hue angle of 53.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCC274 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 116 -
CMYK 0 0.05 0.43 0.2
HSL 53.18º 0.46% 0.63% -
HSV(B) 53.18º 0.43% 0.8% -
XYZ 47.35 52.68 24.2 -
YUV 188.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 204 194 116 0 0.05 0.43 0.2 53.18 0.46 0.63
Hex CC C2 74 0 5 2B 14 35 2E 3F
Octal 314 302 164 0 5 53 24 65 56 77
Binary 11001100 11000010 1110100 0 101 101011 10100 110101 101110 111111

Color Harmonies of #CCC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC274

Black with #CCC274

Text Example


Text Example

White with #CCC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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