#CCC95A

Color #CCC95A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCC95A

Tints of Wild Willow #CCC95A

Color information

#CCC95A (or 0xCCC95A) is unknown color: approx Wild Willow. HEX triplet: CC, C9 and 5A. RGB value is (204,201,90). Sum of RGB (Red+Green+Blue) = 204+201+90=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC95A is #3336A5. Grayscale: #BDBDBD. Windows color (decimal): -3356326 or 5949900. OLE color: 5949900.

HSL color Cylindrical-coordinate representation of color #CCC95A: hue angle of 58.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCC95A is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20420190-
CMYK00.010.560.2
HSL58.42º52.78%57.65%-
HSV(B)58.42º55.88%80%-
XYZ47.6355.3517.85-
YUV189.2471.99138.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=41.21%
G=40.61%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042019000.010.560.258.4252.7857.65
HexCCC95A0138143a353a
Octal314311132017024726572
Binary110011001100100110110100111100010100111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC95A; }

 p { color: rgb(204,201,90); }

 H1.HeaderClassName
 {
   color: #CCC95A;
 }
 .AnyTagClassName
 {
   color: #CCC95A;
 }
</style>
background-color css

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

 a { background-color: rgb(204,201,90); }

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

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

 span { border-color: rgb(204,201,90); }

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