#C3B135

Color #C3B135 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C3B135

Tints of Old Gold #C3B135

Color information

#C3B135 (or 0xC3B135) is unknown color: approx Old Gold. HEX triplet: C3, B1 and 35. RGB value is (195,177,53). Sum of RGB (Red+Green+Blue) = 195+177+53=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B135 is #3C4ECA. Grayscale: #A8A8A8. Windows color (decimal): -3952331 or 3518915. OLE color: 3518915.

HSL color Cylindrical-coordinate representation of color #C3B135: hue angle of 52.39º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3B135 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19517753-
CMYK00.090.730.24
HSL52.39º57.26%48.63%-
HSV(B)52.39º72.82%76.47%-
XYZ38.8743.39.68-
YUV168.2562.96147.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=45.88%
G=41.65%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951775300.090.730.2452.3957.2648.63
HexC3B135094918343931
Octal3032616501111130647161
Binary110000111011000111010101001100100111000110100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B135; }

 p { color: rgb(195,177,53); }

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

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

 a { background-color: rgb(195,177,53); }

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

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

 span { border-color: rgb(195,177,53); }

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