#CCCA5B

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

Shades of Wild Willow #CCCA5B

Tints of Wild Willow #CCCA5B

Color information

#CCCA5B (or 0xCCCA5B) is unknown color: approx Wild Willow. HEX triplet: CC, CA and 5B. RGB value is (204,202,91). Sum of RGB (Red+Green+Blue) = 204+202+91=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA5B is #3335A4. Grayscale: #BEBEBE. Windows color (decimal): -3356069 or 6015692. OLE color: 6015692.

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

Color convert

RGB20420291-
CMYK00.010.550.2
HSL58.94º52.56%57.84%-
HSV(B)58.94º55.39%80%-
XYZ47.9155.8318.15-
YUV189.9472.16138.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 91 (35.94% from 255) = 18.31%
R=41.05%
G=40.64%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042029100.010.550.258.9452.5657.84
HexCCCA5B0137143b353a
Octal314312133016724736572
Binary110011001100101010110110111011110100111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA5B; }

 p { color: rgb(204,202,91); }

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

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

 a { background-color: rgb(204,202,91); }

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

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

 span { border-color: rgb(204,202,91); }

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