Html Css Color HEX #CCC385 Winter Hazel

📋 copy color: '#CCC385'

red 204 ◦ green 195 ◦ blue 133

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

Shades of Winter Hazel #CCC385

Tints of Winter Hazel #CCC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

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

R = 38.35%
G = 36.65%
B = 25%

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

#CCC385 (or 0xCCC385) is known color: Winter Hazel. HEX triplet: CC, C3 and 85. RGB value is (204,195,133). Sum of RGB (Red+Green+Blue) = 204+195+133=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC385 is #333C7A. Grayscale: #BEBEBE. Windows color (decimal): -3357819 or 8766412. OLE color: 8766412.

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

Color convert

RGB 204 195 133 -
CMYK 0 0.04 0.35 0.2
HSL 52.39º 0.41% 0.66% -
HSV(B) 52.39º 0.35% 0.8% -
XYZ 48.65 53.56 29.96 -
YUV 190.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 204 195 133 0 0.04 0.35 0.2 52.39 0.41 0.66
Hex CC C3 85 0 4 23 14 34 29 42
Octal 314 303 205 0 4 43 24 64 51 102
Binary 11001100 11000011 10000101 0 100 100011 10100 110100 101001 1000010

Color Harmonies of #CCC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC385

Black with #CCC385

Text Example


Text Example

White with #CCC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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