Html Css Color HEX #C8B747 Old Gold

📋 copy color: '#C8B747'

red 200 ◦ green 183 ◦ blue 71

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

Shades of Old Gold #C8B747

Tints of Old Gold #C8B747

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

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

R = 44.05%
G = 40.31%
B = 15.64%

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

#C8B747 (or 0xC8B747) is known color: Old Gold. HEX triplet: C8, B7 and 47. RGB value is (200,183,71). Sum of RGB (Red+Green+Blue) = 200+183+71=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B747 is #3748B8. Grayscale: #AFAFAF. Windows color (decimal): -3623097 or 4700104. OLE color: 4700104.

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

Color convert

RGB 200 183 71 -
CMYK 0 0.08 0.64 0.22
HSL 52.09º 0.54% 0.53% -
HSV(B) 52.09º 0.65% 0.78% -
XYZ 41.89 46.6 12.75 -
YUV 175.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 200 183 71 0 0.08 0.64 0.22 52.09 0.54 0.53
Hex C8 B7 47 0 8 40 16 34 36 35
Octal 310 267 107 0 10 100 26 64 66 65
Binary 11001000 10110111 1000111 0 1000 1000000 10110 110100 110110 110101

Color Harmonies of #C8B747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B747

Black with #C8B747

Text Example


Text Example

White with #C8B747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B747; }

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

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

background-color css

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

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

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

border-color css

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

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

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