#C8BA35

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

Shades of Old Gold #C8BA35

Tints of Old Gold #C8BA35

Color information

#C8BA35 (or 0xC8BA35) is unknown color: approx Old Gold. HEX triplet: C8, BA and 35. RGB value is (200,186,53). Sum of RGB (Red+Green+Blue) = 200+186+53=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA35 is #3745CA. Grayscale: #AFAFAF. Windows color (decimal): -3622347 or 3521224. OLE color: 3521224.

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

Color convert

RGB20018653-
CMYK00.070.740.22
HSL54.29º58.1%49.61%-
HSV(B)54.29º73.5%78.43%-
XYZ42.0247.6510.35-
YUV175.0259.14145.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=45.56%
G=42.37%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001865300.070.740.2254.2958.149.61
HexC8BA35074A16363a32
Octal310272650711226667262
Binary11001000101110101101010111100101010110110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA35; }

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

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

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

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

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

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

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

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