#CA8435

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

Shades of Golden Bell #CA8435

Tints of Golden Bell #CA8435

Color information

#CA8435 (or 0xCA8435) is unknown color: approx Golden Bell. HEX triplet: CA, 84 and 35. RGB value is (202,132,53). Sum of RGB (Red+Green+Blue) = 202+132+53=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8435 is #357BCA. Grayscale: #909090. Windows color (decimal): -3505099 or 3507402. OLE color: 3507402.

HSL color Cylindrical-coordinate representation of color #CA8435: hue angle of 31.81º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA8435 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20213253-
CMYK00.350.740.21
HSL31.81º58.43%50%-
HSV(B)31.81º73.76%79.22%-
XYZ33.2529.327.27-
YUV143.9276.69169.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=52.20%
G=34.11%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021325300.350.740.2131.8158.4350
HexCA84350234A15203a32
Octal3122046504311225407262
Binary11001010100001001101010100011100101010101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8435; }

 p { color: rgb(202,132,53); }

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

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

 a { background-color: rgb(202,132,53); }

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

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

 span { border-color: rgb(202,132,53); }

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