Html Css Color HEX #C8B547 Old Gold

📋 copy color: '#C8B547'

red 200 ◦ green 181 ◦ blue 71

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

Shades of Old Gold #C8B547

Tints of Old Gold #C8B547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

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

R = 44.25%
G = 40.04%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8B547 (or 0xC8B547) is known color: Old Gold. HEX triplet: C8, B5 and 47. RGB value is (200,181,71). Sum of RGB (Red+Green+Blue) = 200+181+71=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B547 is #374AB8. Grayscale: #AEAEAE. Windows color (decimal): -3623609 or 4699592. OLE color: 4699592.

HSL color Cylindrical-coordinate representation of color #C8B547: hue angle of 51.16º 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 #C8B547 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 71 -
CMYK 0 0.09 0.64 0.22
HSL 51.16º 0.54% 0.53% -
HSV(B) 51.16º 0.65% 0.78% -
XYZ 41.48 45.78 12.61 -
YUV 174.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 200 181 71 0 0.09 0.64 0.22 51.16 0.54 0.53
Hex C8 B5 47 0 9 40 16 33 36 35
Octal 310 265 107 0 11 100 26 63 66 65
Binary 11001000 10110101 1000111 0 1001 1000000 10110 110011 110110 110101

Color Harmonies of #C8B547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B547

Black with #C8B547

Text Example


Text Example

White with #C8B547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B547; }

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

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

background-color css

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

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

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

border-color css

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

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

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