#CA803A

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

Shades of Golden Bell #CA803A

Tints of Golden Bell #CA803A

Color information

#CA803A (or 0xCA803A) is unknown color: approx Golden Bell. HEX triplet: CA, 80 and 3A. RGB value is (202,128,58). Sum of RGB (Red+Green+Blue) = 202+128+58=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA803A is #357FC5. Grayscale: #8E8E8E. Windows color (decimal): -3506118 or 3834058. OLE color: 3834058.

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

Color convert

RGB20212858-
CMYK00.370.710.21
HSL29.17º57.6%50.98%-
HSV(B)29.17º71.29%79.22%-
XYZ32.8428.37.73-
YUV142.1580.52170.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 58 (23.05% from 255) = 14.95%
R=52.06%
G=32.99%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021285800.370.710.2129.1757.650.98
HexCA803A02547151d3a33
Octal3122007204510725357263
Binary1100101010000000111010010010110001111010111101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA803A; }

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

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

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

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

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

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

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

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