#CA7D3C

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

Shades of Golden Bell #CA7D3C

Tints of Golden Bell #CA7D3C

Color information

#CA7D3C (or 0xCA7D3C) is unknown color: approx Golden Bell. HEX triplet: CA, 7D and 3C. RGB value is (202,125,60). Sum of RGB (Red+Green+Blue) = 202+125+60=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D3C is #3582C3. Grayscale: #8C8C8C. Windows color (decimal): -3506884 or 3964362. OLE color: 3964362.

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

Color convert

RGB20212560-
CMYK00.380.700.21
HSL27.46º57.26%51.37%-
HSV(B)27.46º70.3%79.22%-
XYZ32.5127.557.88-
YUV140.6182.51171.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=52.20%
G=32.30%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021256000.380.700.2127.4657.2651.37
HexCA7D3C02646151b3933
Octal3121757404610625337163
Binary110010101111101111100010011010001101010111011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D3C; }

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

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

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

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

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

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

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

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