Html Css Color HEX #CCC281 Winter Hazel

📋 copy color: '#CCC281'

red 204 ◦ green 194 ◦ blue 129

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

Shades of Winter Hazel #CCC281

Tints of Winter Hazel #CCC281

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.81%

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

R = 38.71%
G = 36.81%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCC281 (or 0xCCC281) is known color: Winter Hazel. HEX triplet: CC, C2 and 81. RGB value is (204,194,129). Sum of RGB (Red+Green+Blue) = 204+194+129=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC281 is #333D7E. Grayscale: #BDBDBD. Windows color (decimal): -3358079 or 8504012. OLE color: 8504012.

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

Color convert

RGB 204 194 129 -
CMYK 0 0.05 0.37 0.2
HSL 52º 0.42% 0.65% -
HSV(B) 52º 0.37% 0.8% -
XYZ 48.16 53.01 28.46 -
YUV 189.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 204 194 129 0 0.05 0.37 0.2 52 0.42 0.65
Hex CC C2 81 0 5 25 14 34 2A 41
Octal 314 302 201 0 5 45 24 64 52 101
Binary 11001100 11000010 10000001 0 101 100101 10100 110100 101010 1000001

Color Harmonies of #CCC281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC281

Black with #CCC281

Text Example


Text Example

White with #CCC281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC281; }

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

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

background-color css

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

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

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

border-color css

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

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

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