Html Css Color HEX #C8BA4A Old Gold

📋 copy color: '#C8BA4A'

red 200 ◦ green 186 ◦ blue 74

#C8BA4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #C8BA4A

Tints of Old Gold #C8BA4A

RGB

 RED value IS 200 (78.52% from 255) = 43.48%

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 74 (29.3% from 255) = 16.09%

R = 43.48%
G = 40.43%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8BA4A (or 0xC8BA4A) is known color: Old Gold. HEX triplet: C8, BA and 4A. RGB value is (200,186,74). Sum of RGB (Red+Green+Blue) = 200+186+74=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA4A is #3745B5. Grayscale: #B1B1B1. Windows color (decimal): -3622326 or 4897480. OLE color: 4897480.

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

Color convert

RGB 200 186 74 -
CMYK 0 0.07 0.63 0.22
HSL 53.33º 0.53% 0.54% -
HSV(B) 53.33º 0.63% 0.78% -
XYZ 42.61 47.89 13.48 -
YUV 177.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 200 186 74 0 0.07 0.63 0.22 53.33 0.53 0.54
Hex C8 BA 4A 0 7 3F 16 35 35 36
Octal 310 272 112 0 7 77 26 65 65 66
Binary 11001000 10111010 1001010 0 111 111111 10110 110101 110101 110110

Color Harmonies of #C8BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA4A

Black with #C8BA4A

Text Example


Text Example

White with #C8BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA4A; }

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

 H1.HeaderClassName
 {
   color: #C8BA4A;
 }
 .AnyTagClassName
 {
   color: #C8BA4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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