#CBC553

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

Shades of Wild Willow #CBC553

Tints of Wild Willow #CBC553

Color information

#CBC553 (or 0xCBC553) is unknown color: approx Wild Willow. HEX triplet: CB, C5 and 53. RGB value is (203,197,83). Sum of RGB (Red+Green+Blue) = 203+197+83=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC553 is #343AAC. Grayscale: #BABABA. Windows color (decimal): -3422893 or 5490123. OLE color: 5490123.

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

Color convert

RGB20319783-
CMYK00.030.590.20
HSL57º53.57%56.08%-
HSV(B)57º59.11%79.61%-
XYZ46.1653.2516.03-
YUV185.869.99140.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 83 (32.81% from 255) = 17.18%
R=42.03%
G=40.79%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031978300.030.590.205753.5756.08
HexCBC553033B14393638
Octal313305123037324716670
Binary1100101111000101101001101111101110100111001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC553; }

 p { color: rgb(203,197,83); }

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

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

 a { background-color: rgb(203,197,83); }

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

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

 span { border-color: rgb(203,197,83); }

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