#CCCA68

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

Shades of Wild Willow #CCCA68

Tints of Wild Willow #CCCA68

Color information

#CCCA68 (or 0xCCCA68) is unknown color: approx Wild Willow. HEX triplet: CC, CA and 68. RGB value is (204,202,104). Sum of RGB (Red+Green+Blue) = 204+202+104=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA68 is #333597. Grayscale: #BFBFBF. Windows color (decimal): -3356056 or 6867660. OLE color: 6867660.

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

Color convert

RGB204202104-
CMYK00.010.490.2
HSL58.8º49.5%60.39%-
HSV(B)58.8º49.02%80%-
XYZ48.5256.0821.36-
YUV191.4378.66136.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 104 (41.02% from 255) = 20.39%
R=40%
G=39.61%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420210400.010.490.258.849.560.39
HexCCCA680131143b323c
Octal314312150016124736274
Binary110011001100101011010000111000110100111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA68; }

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

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

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

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

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

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

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

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