#CA7C36

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

Shades of Golden Bell #CA7C36

Tints of Golden Bell #CA7C36

Color information

#CA7C36 (or 0xCA7C36) is unknown color: approx Golden Bell. HEX triplet: CA, 7C and 36. RGB value is (202,124,54). Sum of RGB (Red+Green+Blue) = 202+124+54=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C36 is #3583C9. Grayscale: #8B8B8B. Windows color (decimal): -3507146 or 3570890. OLE color: 3570890.

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

Color convert

RGB20212454-
CMYK00.390.730.21
HSL28.38º58.27%50.2%-
HSV(B)28.38º73.27%79.22%-
XYZ32.2327.247.05-
YUV139.3479.84172.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 54 (21.48% from 255) = 14.21%
R=53.16%
G=32.63%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021245400.390.730.2128.3858.2750.2
HexCA7C3602749151c3a32
Octal3121746604711125347262
Binary110010101111100110110010011110010011010111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C36; }

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

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

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

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

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

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

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

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