#C2B237

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

Shades of Old Gold #C2B237

Tints of Old Gold #C2B237

Color information

#C2B237 (or 0xC2B237) is unknown color: approx Old Gold. HEX triplet: C2, B2 and 37. RGB value is (194,178,55). Sum of RGB (Red+Green+Blue) = 194+178+55=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B237 is #3D4DC8. Grayscale: #A9A9A9. Windows color (decimal): -4017609 or 3650242. OLE color: 3650242.

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

Color convert

RGB19417855-
CMYK00.080.720.24
HSL53.09º55.82%48.82%-
HSV(B)53.09º71.65%76.08%-
XYZ38.8643.599.98-
YUV168.7663.8146-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 55 (21.88% from 255) = 12.88%
R=45.43%
G=41.69%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941785500.080.720.2453.0955.8248.82
HexC2B237084818353831
Octal3022626701011030657061
Binary110000101011001011011101000100100011000110101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B237; }

 p { color: rgb(194,178,55); }

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

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

 a { background-color: rgb(194,178,55); }

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

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

 span { border-color: rgb(194,178,55); }

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