#CA8437

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

Shades of Golden Bell #CA8437

Tints of Golden Bell #CA8437

Color information

#CA8437 (or 0xCA8437) is unknown color: approx Golden Bell. HEX triplet: CA, 84 and 37. RGB value is (202,132,55). Sum of RGB (Red+Green+Blue) = 202+132+55=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8437 is #357BC8. Grayscale: #909090. Windows color (decimal): -3505097 or 3638474. OLE color: 3638474.

HSL color Cylindrical-coordinate representation of color #CA8437: hue angle of 31.43º 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 #CA8437 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20213255-
CMYK00.350.730.21
HSL31.43º58.1%50.39%-
HSV(B)31.43º72.77%79.22%-
XYZ33.329.337.52-
YUV144.1577.69169.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 55 (21.88% from 255) = 14.14%
R=51.93%
G=33.93%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021325500.350.730.2131.4358.150.39
HexCA843702349151f3a32
Octal3122046704311125377262
Binary1100101010000100110111010001110010011010111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8437; }

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

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

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

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

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

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

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

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