Html Css Color HEX #CCC581 Winter Hazel

📋 copy color: '#CCC581'

red 204 ◦ green 197 ◦ blue 129

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

Shades of Winter Hazel #CCC581

Tints of Winter Hazel #CCC581

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.17%

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

R = 38.49%
G = 37.17%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCC581 (or 0xCCC581) is known color: Winter Hazel. HEX triplet: CC, C5 and 81. RGB value is (204,197,129). Sum of RGB (Red+Green+Blue) = 204+197+129=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC581 is #333A7E. Grayscale: #BFBFBF. Windows color (decimal): -3357311 or 8504780. OLE color: 8504780.

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

Color convert

RGB 204 197 129 -
CMYK 0 0.03 0.37 0.2
HSL 54.4º 0.42% 0.65% -
HSV(B) 54.4º 0.37% 0.8% -
XYZ 48.83 54.35 28.69 -
YUV 191.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 204 197 129 0 0.03 0.37 0.2 54.4 0.42 0.65
Hex CC C5 81 0 3 25 14 36 2A 41
Octal 314 305 201 0 3 45 24 66 52 101
Binary 11001100 11000101 10000001 0 11 100101 10100 110110 101010 1000001

Color Harmonies of #CCC581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC581

Black with #CCC581

Text Example


Text Example

White with #CCC581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC581; }

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

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

background-color css

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

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

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

border-color css

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

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

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