#CA8038

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

Shades of Golden Bell #CA8038

Tints of Golden Bell #CA8038

Color information

#CA8038 (or 0xCA8038) is unknown color: approx Golden Bell. HEX triplet: CA, 80 and 38. RGB value is (202,128,56). Sum of RGB (Red+Green+Blue) = 202+128+56=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8038 is #357FC7. Grayscale: #8E8E8E. Windows color (decimal): -3506120 or 3702986. OLE color: 3702986.

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

Color convert

RGB20212856-
CMYK00.370.720.21
HSL29.59º57.94%50.59%-
HSV(B)29.59º72.28%79.22%-
XYZ32.7928.287.47-
YUV141.9279.52170.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 56 (22.27% from 255) = 14.51%
R=52.33%
G=33.16%
B=14.51%

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
Decimal2021285600.370.720.2129.5957.9450.59
HexCA803802548151e3a33
Octal3122007004511025367263
Binary1100101010000000111000010010110010001010111110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8038; }

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

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

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

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

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

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

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

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