#C3B23B

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

Shades of Old Gold #C3B23B

Tints of Old Gold #C3B23B

Color information

#C3B23B (or 0xC3B23B) is unknown color: approx Old Gold. HEX triplet: C3, B2 and 3B. RGB value is (195,178,59). Sum of RGB (Red+Green+Blue) = 195+178+59=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B23B is #3C4DC4. Grayscale: #AAAAAA. Windows color (decimal): -3952069 or 3912387. OLE color: 3912387.

HSL color Cylindrical-coordinate representation of color #C3B23B: hue angle of 52.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3B23B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19517859-
CMYK00.090.700.24
HSL52.5º53.54%49.8%-
HSV(B)52.5º69.74%76.47%-
XYZ39.2243.7610.52-
YUV169.5265.63146.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 59 (23.44% from 255) = 13.66%
R=45.14%
G=41.20%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951785900.090.700.2452.553.5449.8
HexC3B23B094618343632
Octal3032627301110630646662
Binary110000111011001011101101001100011011000110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B23B; }

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

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

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

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

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

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

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

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