#CA8037

Color #CA8037 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #CA8037

Tints of Golden Bell #CA8037

Color information

#CA8037 (or 0xCA8037) is unknown color: approx Golden Bell. HEX triplet: CA, 80 and 37. RGB value is (202,128,55). Sum of RGB (Red+Green+Blue) = 202+128+55=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8037 is #357FC8. Grayscale: #8E8E8E. Windows color (decimal): -3506121 or 3637450. OLE color: 3637450.

HSL color Cylindrical-coordinate representation of color #CA8037: hue angle of 29.8º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA8037 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20212855-
CMYK00.370.730.21
HSL29.8º58.1%50.39%-
HSV(B)29.8º72.77%79.22%-
XYZ32.7728.277.34-
YUV141.879.02170.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=52.47%
G=33.25%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021285500.370.730.2129.858.150.39
HexCA803702549151e3a32
Octal3122006704511125367262
Binary1100101010000000110111010010110010011010111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8037; }

 p { color: rgb(202,128,55); }

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

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

 a { background-color: rgb(202,128,55); }

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

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

 span { border-color: rgb(202,128,55); }

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