Html Css Color HEX #C8B847 Old Gold

📋 copy color: '#C8B847'

red 200 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #C8B847

Tints of Old Gold #C8B847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

 BLUE value IS 71 (28.13% from 255) = 15.6%

R = 43.96%
G = 40.44%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8B847 (or 0xC8B847) is known color: Old Gold. HEX triplet: C8, B8 and 47. RGB value is (200,184,71). Sum of RGB (Red+Green+Blue) = 200+184+71=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B847 is #3747B8. Grayscale: #B0B0B0. Windows color (decimal): -3622841 or 4700360. OLE color: 4700360.

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

Color convert

RGB 200 184 71 -
CMYK 0 0.08 0.64 0.22
HSL 52.56º 0.54% 0.53% -
HSV(B) 52.56º 0.65% 0.78% -
XYZ 42.1 47.02 12.82 -
YUV 175.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 200 184 71 0 0.08 0.64 0.22 52.56 0.54 0.53
Hex C8 B8 47 0 8 40 16 35 36 35
Octal 310 270 107 0 10 100 26 65 66 65
Binary 11001000 10111000 1000111 0 1000 1000000 10110 110101 110110 110101

Color Harmonies of #C8B847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B847

Black with #C8B847

Text Example


Text Example

White with #C8B847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B847; }

 p { color: rgb(200,184,71); }

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

background-color css

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

 a { background-color: rgb(200,184,71); }

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

border-color css

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

 span { border-color: rgb(200,184,71); }

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