Html Css Color HEX #CCC381 Winter Hazel

📋 copy color: '#CCC381'

red 204 ◦ green 195 ◦ blue 129

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

Shades of Winter Hazel #CCC381

Tints of Winter Hazel #CCC381

RGB

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

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

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

R = 38.64%
G = 36.93%
B = 24.43%

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

#CCC381 (or 0xCCC381) is known color: Winter Hazel. HEX triplet: CC, C3 and 81. RGB value is (204,195,129). Sum of RGB (Red+Green+Blue) = 204+195+129=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC381 is #333C7E. Grayscale: #BEBEBE. Windows color (decimal): -3357823 or 8504268. OLE color: 8504268.

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

Color convert

RGB 204 195 129 -
CMYK 0 0.04 0.37 0.2
HSL 52.8º 0.42% 0.65% -
HSV(B) 52.8º 0.37% 0.8% -
XYZ 48.38 53.45 28.54 -
YUV 190.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 204 195 129 0 0.04 0.37 0.2 52.8 0.42 0.65
Hex CC C3 81 0 4 25 14 35 2A 41
Octal 314 303 201 0 4 45 24 65 52 101
Binary 11001100 11000011 10000001 0 100 100101 10100 110101 101010 1000001

Color Harmonies of #CCC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC381

Black with #CCC381

Text Example


Text Example

White with #CCC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC381; }

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

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

background-color css

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

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

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

border-color css

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

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

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