#CA8133

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

Shades of Golden Bell #CA8133

Tints of Golden Bell #CA8133

Color information

#CA8133 (or 0xCA8133) is unknown color: approx Golden Bell. HEX triplet: CA, 81 and 33. RGB value is (202,129,51). Sum of RGB (Red+Green+Blue) = 202+129+51=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8133 is #357ECC. Grayscale: #8E8E8E. Windows color (decimal): -3505869 or 3375562. OLE color: 3375562.

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

Color convert

RGB20212951-
CMYK00.360.750.21
HSL30.99º59.68%49.61%-
HSV(B)30.99º74.75%79.22%-
XYZ32.828.56.9-
YUV141.9376.68170.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=52.88%
G=33.77%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021295100.360.750.2130.9959.6849.61
HexCA81330244B151f3c32
Octal3122016304411325377462
Binary1100101010000001110011010010010010111010111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8133; }

 p { color: rgb(202,129,51); }

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

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

 a { background-color: rgb(202,129,51); }

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

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

 span { border-color: rgb(202,129,51); }

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