#C3B235

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

Shades of Old Gold #C3B235

Tints of Old Gold #C3B235

Color information

#C3B235 (or 0xC3B235) is unknown color: approx Old Gold. HEX triplet: C3, B2 and 35. RGB value is (195,178,53). Sum of RGB (Red+Green+Blue) = 195+178+53=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B235 is #3C4DCA. Grayscale: #A9A9A9. Windows color (decimal): -3952075 or 3519171. OLE color: 3519171.

HSL color Cylindrical-coordinate representation of color #C3B235: hue angle of 52.82º 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 #C3B235 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19517853-
CMYK00.090.730.24
HSL52.82º57.26%48.63%-
HSV(B)52.82º72.82%76.47%-
XYZ39.0743.79.74-
YUV168.8362.63146.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 178 (69.92% from 255) = 41.78%
BLUE value IS 53 (21.09% from 255) = 12.44%
R=45.77%
G=41.78%
B=12.44%

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
Decimal1951785300.090.730.2452.8257.2648.63
HexC3B235094918353931
Octal3032626501111130657161
Binary110000111011001011010101001100100111000110101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B235; }

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

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

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

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

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

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

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

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