#CCCA65

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

Shades of Wild Willow #CCCA65

Tints of Wild Willow #CCCA65

Color information

#CCCA65 (or 0xCCCA65) is unknown color: approx Wild Willow. HEX triplet: CC, CA and 65. RGB value is (204,202,101). Sum of RGB (Red+Green+Blue) = 204+202+101=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA65 is #33359A. Grayscale: #BFBFBF. Windows color (decimal): -3356059 or 6671052. OLE color: 6671052.

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

Color convert

RGB204202101-
CMYK00.010.500.2
HSL58.83º50.24%59.8%-
HSV(B)58.83º50.49%80%-
XYZ48.3756.0220.58-
YUV191.0877.16137.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=40.24%
G=39.84%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420210100.010.500.258.8350.2459.8
HexCCCA650132143b323c
Octal314312145016224736274
Binary110011001100101011001010111001010100111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA65; }

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

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

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

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

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

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

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

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