Html Css Color HEX #CCC485 Winter Hazel

📋 copy color: '#CCC485'

red 204 ◦ green 196 ◦ blue 133

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

Shades of Winter Hazel #CCC485

Tints of Winter Hazel #CCC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.77%

 BLUE value IS 133 (52.34% from 255) = 24.95%

R = 38.27%
G = 36.77%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCC485 (or 0xCCC485) is known color: Winter Hazel. HEX triplet: CC, C4 and 85. RGB value is (204,196,133). Sum of RGB (Red+Green+Blue) = 204+196+133=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC485 is #333B7A. Grayscale: #BFBFBF. Windows color (decimal): -3357563 or 8766668. OLE color: 8766668.

HSL color Cylindrical-coordinate representation of color #CCC485: hue angle of 53.24º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCC485 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 133 -
CMYK 0 0.04 0.35 0.2
HSL 53.24º 0.41% 0.66% -
HSV(B) 53.24º 0.35% 0.8% -
XYZ 48.88 54.01 30.04 -
YUV 191.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 204 196 133 0 0.04 0.35 0.2 53.24 0.41 0.66
Hex CC C4 85 0 4 23 14 35 29 42
Octal 314 304 205 0 4 43 24 65 51 102
Binary 11001100 11000100 10000101 0 100 100011 10100 110101 101001 1000010

Color Harmonies of #CCC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC485

Black with #CCC485

Text Example


Text Example

White with #CCC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC485; }

 p { color: rgb(204,196,133); }

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

background-color css

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

 a { background-color: rgb(204,196,133); }

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

border-color css

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

 span { border-color: rgb(204,196,133); }

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