#CA8039

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

Shades of Golden Bell #CA8039

Tints of Golden Bell #CA8039

Color information

#CA8039 (or 0xCA8039) is unknown color: approx Golden Bell. HEX triplet: CA, 80 and 39. RGB value is (202,128,57). Sum of RGB (Red+Green+Blue) = 202+128+57=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8039 is #357FC6. Grayscale: #8E8E8E. Windows color (decimal): -3506119 or 3768522. OLE color: 3768522.

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

Color convert

RGB20212857-
CMYK00.370.720.21
HSL29.38º57.77%50.78%-
HSV(B)29.38º71.78%79.22%-
XYZ32.8128.297.6-
YUV142.0380.02170.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=52.20%
G=33.07%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021285700.370.720.2129.3857.7750.78
HexCA803902548151d3a33
Octal3122007104511025357263
Binary1100101010000000111001010010110010001010111101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8039; }

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

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

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

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

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

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

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

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