Html Css Color HEX #CCC275 Winter Hazel

📋 copy color: '#CCC275'

red 204 ◦ green 194 ◦ blue 117

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

Shades of Winter Hazel #CCC275

Tints of Winter Hazel #CCC275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 39.61%
G = 37.67%
B = 22.72%

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

#CCC275 (or 0xCCC275) is known color: Winter Hazel. HEX triplet: CC, C2 and 75. RGB value is (204,194,117). Sum of RGB (Red+Green+Blue) = 204+194+117=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC275 is #333D8A. Grayscale: #BCBCBC. Windows color (decimal): -3358091 or 7717580. OLE color: 7717580.

HSL color Cylindrical-coordinate representation of color #CCC275: hue angle of 53.1º 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 #CCC275 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 117 -
CMYK 0 0.05 0.43 0.2
HSL 53.1º 0.46% 0.63% -
HSV(B) 53.1º 0.43% 0.8% -
XYZ 47.4 52.71 24.5 -
YUV 188.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 204 194 117 0 0.05 0.43 0.2 53.1 0.46 0.63
Hex CC C2 75 0 5 2B 14 35 2E 3F
Octal 314 302 165 0 5 53 24 65 56 77
Binary 11001100 11000010 1110101 0 101 101011 10100 110101 101110 111111

Color Harmonies of #CCC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC275

Black with #CCC275

Text Example


Text Example

White with #CCC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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