#C8BA32

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

Shades of Old Gold #C8BA32

Tints of Old Gold #C8BA32

Color information

#C8BA32 (or 0xC8BA32) is unknown color: approx Old Gold. HEX triplet: C8, BA and 32. RGB value is (200,186,50). Sum of RGB (Red+Green+Blue) = 200+186+50=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA32 is #3745CD. Grayscale: #AFAFAF. Windows color (decimal): -3622350 or 3324616. OLE color: 3324616.

HSL color Cylindrical-coordinate representation of color #C8BA32: hue angle of 54.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8BA32 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB20018650-
CMYK00.070.750.22
HSL54.4º60%49.02%-
HSV(B)54.4º75%78.43%-
XYZ41.9547.6310-
YUV174.6857.64146.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 50 (19.92% from 255) = 11.47%
R=45.87%
G=42.66%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001865000.070.750.2254.46049.02
HexC8BA32074B16363c31
Octal310272620711326667461
Binary11001000101110101100100111100101110110110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA32; }

 p { color: rgb(200,186,50); }

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

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

 a { background-color: rgb(200,186,50); }

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

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

 span { border-color: rgb(200,186,50); }

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