#CA8136

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

Shades of Golden Bell #CA8136

Tints of Golden Bell #CA8136

Color information

#CA8136 (or 0xCA8136) is unknown color: approx Golden Bell. HEX triplet: CA, 81 and 36. RGB value is (202,129,54). Sum of RGB (Red+Green+Blue) = 202+129+54=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8136 is #357EC9. Grayscale: #8E8E8E. Windows color (decimal): -3505866 or 3572170. OLE color: 3572170.

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

Color convert

RGB20212954-
CMYK00.360.730.21
HSL30.41º58.27%50.2%-
HSV(B)30.41º73.27%79.22%-
XYZ32.8728.527.26-
YUV142.2878.18170.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=52.47%
G=33.51%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021295400.360.730.2130.4158.2750.2
HexCA813602449151e3a32
Octal3122016604411125367262
Binary1100101010000001110110010010010010011010111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8136; }

 p { color: rgb(202,129,54); }

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

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

 a { background-color: rgb(202,129,54); }

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

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

 span { border-color: rgb(202,129,54); }

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