#CA7F3B

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

Shades of Golden Bell #CA7F3B

Tints of Golden Bell #CA7F3B

Color information

#CA7F3B (or 0xCA7F3B) is unknown color: approx Golden Bell. HEX triplet: CA, 7F and 3B. RGB value is (202,127,59). Sum of RGB (Red+Green+Blue) = 202+127+59=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F3B is #3580C4. Grayscale: #8E8E8E. Windows color (decimal): -3506373 or 3899338. OLE color: 3899338.

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

Color convert

RGB20212759-
CMYK00.370.710.21
HSL28.53º57.43%51.18%-
HSV(B)28.53º70.79%79.22%-
XYZ32.7428.057.83-
YUV141.6781.35171.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 59 (23.44% from 255) = 15.21%
R=52.06%
G=32.73%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021275900.370.710.2128.5357.4351.18
HexCA7F3B02547151d3933
Octal3121777304510725357163
Binary110010101111111111011010010110001111010111101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F3B; }

 p { color: rgb(202,127,59); }

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

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

 a { background-color: rgb(202,127,59); }

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

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

 span { border-color: rgb(202,127,59); }

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