#CBC660

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

Shades of Wild Willow #CBC660

Tints of Wild Willow #CBC660

Color information

#CBC660 (or 0xCBC660) is unknown color: approx Wild Willow. HEX triplet: CB, C6 and 60. RGB value is (203,198,96). Sum of RGB (Red+Green+Blue) = 203+198+96=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC660 is #34399F. Grayscale: #BCBCBC. Windows color (decimal): -3422624 or 6342347. OLE color: 6342347.

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

Color convert

RGB20319896-
CMYK00.020.530.20
HSL57.2º50.71%58.63%-
HSV(B)57.2º52.71%79.61%-
XYZ46.9353.9319-
YUV187.8776.16138.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=40.85%
G=39.84%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031989600.020.530.2057.250.7158.63
HexCBC66002351439333b
Octal313306140026524716373
Binary1100101111000110110000001011010110100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC660; }

 p { color: rgb(203,198,96); }

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

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

 a { background-color: rgb(203,198,96); }

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

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

 span { border-color: rgb(203,198,96); }

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