#CBC655

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

Shades of Wild Willow #CBC655

Tints of Wild Willow #CBC655

Color information

#CBC655 (or 0xCBC655) is unknown color: approx Wild Willow. HEX triplet: CB, C6 and 55. RGB value is (203,198,85). Sum of RGB (Red+Green+Blue) = 203+198+85=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC655 is #3439AA. Grayscale: #BBBBBB. Windows color (decimal): -3422635 or 5621451. OLE color: 5621451.

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

Color convert

RGB20319885-
CMYK00.020.580.20
HSL57.46º53.15%56.47%-
HSV(B)57.46º58.13%79.61%-
XYZ46.4653.7416.52-
YUV186.6170.66139.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=41.77%
G=40.74%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031988500.020.580.2057.4653.1556.47
HexCBC655023A14393538
Octal313306125027224716570
Binary1100101111000110101010101011101010100111001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC655; }

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

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

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

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

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

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

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

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