Html Css Color HEX #CCC481 Winter Hazel

📋 copy color: '#CCC481'

red 204 ◦ green 196 ◦ blue 129

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

Shades of Winter Hazel #CCC481

Tints of Winter Hazel #CCC481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.39%

R = 38.56%
G = 37.05%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCC481 (or 0xCCC481) is known color: Winter Hazel. HEX triplet: CC, C4 and 81. RGB value is (204,196,129). Sum of RGB (Red+Green+Blue) = 204+196+129=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC481 is #333B7E. Grayscale: #BFBFBF. Windows color (decimal): -3357567 or 8504524. OLE color: 8504524.

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

Color convert

RGB 204 196 129 -
CMYK 0 0.04 0.37 0.2
HSL 53.6º 0.42% 0.65% -
HSV(B) 53.6º 0.37% 0.8% -
XYZ 48.6 53.9 28.61 -
YUV 190.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 204 196 129 0 0.04 0.37 0.2 53.6 0.42 0.65
Hex CC C4 81 0 4 25 14 36 2A 41
Octal 314 304 201 0 4 45 24 66 52 101
Binary 11001100 11000100 10000001 0 100 100101 10100 110110 101010 1000001

Color Harmonies of #CCC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC481

Black with #CCC481

Text Example


Text Example

White with #CCC481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC481; }

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

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

background-color css

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

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

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

border-color css

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

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

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