#CCC867

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

Shades of Wild Willow #CCC867

Tints of Wild Willow #CCC867

Color information

#CCC867 (or 0xCCC867) is unknown color: approx Wild Willow. HEX triplet: CC, C8 and 67. RGB value is (204,200,103). Sum of RGB (Red+Green+Blue) = 204+200+103=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC867 is #333798. Grayscale: #BEBEBE. Windows color (decimal): -3356569 or 6801612. OLE color: 6801612.

HSL color Cylindrical-coordinate representation of color #CCC867: hue angle of 57.62º 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 #CCC867 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204200103-
CMYK00.020.500.2
HSL57.62º49.75%60.2%-
HSV(B)57.62º49.51%80%-
XYZ4855.1320.94-
YUV190.1478.83137.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 103 (40.62% from 255) = 20.32%
R=40.24%
G=39.45%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420010300.020.500.257.6249.7560.2
HexCCC8670232143a323c
Octal314310147026224726274
Binary1100110011001000110011101011001010100111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC867; }

 p { color: rgb(204,200,103); }

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

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

 a { background-color: rgb(204,200,103); }

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

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

 span { border-color: rgb(204,200,103); }

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