Html Css Color HEX #C8BA3F Old Gold

📋 copy color: '#C8BA3F'

red 200 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #C8BA3F

Tints of Old Gold #C8BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.03%

R = 44.54%
G = 41.43%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8BA3F (or 0xC8BA3F) is known color: Old Gold. HEX triplet: C8, BA and 3F. RGB value is (200,186,63). Sum of RGB (Red+Green+Blue) = 200+186+63=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA3F is #3745C0. Grayscale: #B0B0B0. Windows color (decimal): -3622337 or 4176584. OLE color: 4176584.

HSL color Cylindrical-coordinate representation of color #C8BA3F: hue angle of 53.87º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8BA3F is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 63 -
CMYK 0 0.07 0.68 0.22
HSL 53.87º 0.55% 0.52% -
HSV(B) 53.87º 0.69% 0.78% -
XYZ 42.28 47.76 11.69 -
YUV 176.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 200 186 63 0 0.07 0.68 0.22 53.87 0.55 0.52
Hex C8 BA 3F 0 7 44 16 36 37 34
Octal 310 272 77 0 7 104 26 66 67 64
Binary 11001000 10111010 111111 0 111 1000100 10110 110110 110111 110100

Color Harmonies of #C8BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA3F

Black with #C8BA3F

Text Example


Text Example

White with #C8BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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