#CA813A

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

Shades of Golden Bell #CA813A

Tints of Golden Bell #CA813A

Color information

#CA813A (or 0xCA813A) is unknown color: approx Golden Bell. HEX triplet: CA, 81 and 3A. RGB value is (202,129,58). Sum of RGB (Red+Green+Blue) = 202+129+58=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA813A is #357EC5. Grayscale: #8F8F8F. Windows color (decimal): -3505862 or 3834314. OLE color: 3834314.

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

Color convert

RGB20212958-
CMYK00.360.710.21
HSL29.58º57.6%50.98%-
HSV(B)29.58º71.29%79.22%-
XYZ32.9728.567.78-
YUV142.7380.18170.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=51.93%
G=33.16%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021295800.360.710.2129.5857.650.98
HexCA813A02447151e3a33
Octal3122017204410725367263
Binary1100101010000001111010010010010001111010111110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA813A; }

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

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

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

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

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

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

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

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