Html Css Color HEX #CCC075 Winter Hazel

📋 copy color: '#CCC075'

red 204 ◦ green 192 ◦ blue 117

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

Shades of Winter Hazel #CCC075

Tints of Winter Hazel #CCC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 39.77%
G = 37.43%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCC075 (or 0xCCC075) is known color: Winter Hazel. HEX triplet: CC, C0 and 75. RGB value is (204,192,117). Sum of RGB (Red+Green+Blue) = 204+192+117=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC075 is #333F8A. Grayscale: #BBBBBB. Windows color (decimal): -3358603 or 7717068. OLE color: 7717068.

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

Color convert

RGB 204 192 117 -
CMYK 0 0.06 0.43 0.2
HSL 51.72º 0.46% 0.63% -
HSV(B) 51.72º 0.43% 0.8% -
XYZ 46.96 51.82 24.36 -
YUV 187.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 204 192 117 0 0.06 0.43 0.2 51.72 0.46 0.63
Hex CC C0 75 0 6 2B 14 34 2E 3F
Octal 314 300 165 0 6 53 24 64 56 77
Binary 11001100 11000000 1110101 0 110 101011 10100 110100 101110 111111

Color Harmonies of #CCC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC075

Black with #CCC075

Text Example


Text Example

White with #CCC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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