#CA8036

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

Shades of Golden Bell #CA8036

Tints of Golden Bell #CA8036

Color information

#CA8036 (or 0xCA8036) is unknown color: approx Golden Bell. HEX triplet: CA, 80 and 36. RGB value is (202,128,54). Sum of RGB (Red+Green+Blue) = 202+128+54=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8036 is #357FC9. Grayscale: #8E8E8E. Windows color (decimal): -3506122 or 3571914. OLE color: 3571914.

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

Color convert

RGB20212854-
CMYK00.370.730.21
HSL30º58.27%50.2%-
HSV(B)30º73.27%79.22%-
XYZ32.7428.267.22-
YUV141.6978.52171.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 14.06%
R=52.60%
G=33.33%
B=14.06%

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
Decimal2021285400.370.730.213058.2750.2
HexCA803602549151e3a32
Octal3122006604511125367262
Binary1100101010000000110110010010110010011010111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8036; }

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

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

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

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

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

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

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

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