#CA7C3C

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

Shades of Golden Bell #CA7C3C

Tints of Golden Bell #CA7C3C

Color information

#CA7C3C (or 0xCA7C3C) is unknown color: approx Golden Bell. HEX triplet: CA, 7C and 3C. RGB value is (202,124,60). Sum of RGB (Red+Green+Blue) = 202+124+60=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C3C is #3583C3. Grayscale: #8C8C8C. Windows color (decimal): -3507140 or 3964106. OLE color: 3964106.

HSL color Cylindrical-coordinate representation of color #CA7C3C: hue angle of 27.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA7C3C is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20212460-
CMYK00.390.700.21
HSL27.04º57.26%51.37%-
HSV(B)27.04º70.3%79.22%-
XYZ32.3827.37.84-
YUV140.0382.84172.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=52.33%
G=32.12%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021246000.390.700.2127.0457.2651.37
HexCA7C3C02746151b3933
Octal3121747404710625337163
Binary110010101111100111100010011110001101010111011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C3C; }

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

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

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

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

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

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

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

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