#CCC762

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

Shades of Wild Willow #CCC762

Tints of Wild Willow #CCC762

Color information

#CCC762 (or 0xCCC762) is unknown color: approx Wild Willow. HEX triplet: CC, C7 and 62. RGB value is (204,199,98). Sum of RGB (Red+Green+Blue) = 204+199+98=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC762 is #33389D. Grayscale: #BDBDBD. Windows color (decimal): -3356830 or 6473676. OLE color: 6473676.

HSL color Cylindrical-coordinate representation of color #CCC762: hue angle of 57.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCC762 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20419998-
CMYK00.020.520.2
HSL57.17º50.96%59.22%-
HSV(B)57.17º51.96%80%-
XYZ47.5354.5719.58-
YUV188.9876.66138.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 98 (38.67% from 255) = 19.56%
R=40.72%
G=39.72%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041999800.020.520.257.1750.9659.22
HexCCC76202341439333b
Octal314307142026424716373
Binary1100110011000111110001001011010010100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC762; }

 p { color: rgb(204,199,98); }

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

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

 a { background-color: rgb(204,199,98); }

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

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

 span { border-color: rgb(204,199,98); }

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