Html Css Color HEX #C8B748 Old Gold

📋 copy color: '#C8B748'

red 200 ◦ green 183 ◦ blue 72

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

Shades of Old Gold #C8B748

Tints of Old Gold #C8B748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.82%

R = 43.96%
G = 40.22%
B = 15.82%

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

#C8B748 (or 0xC8B748) is known color: Old Gold. HEX triplet: C8, B7 and 48. RGB value is (200,183,72). Sum of RGB (Red+Green+Blue) = 200+183+72=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B748 is #3748B7. Grayscale: #AFAFAF. Windows color (decimal): -3623096 or 4765640. OLE color: 4765640.

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

Color convert

RGB 200 183 72 -
CMYK 0 0.08 0.64 0.22
HSL 52.03º 0.54% 0.53% -
HSV(B) 52.03º 0.64% 0.78% -
XYZ 41.92 46.61 12.92 -
YUV 175.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 200 183 72 0 0.08 0.64 0.22 52.03 0.54 0.53
Hex C8 B7 48 0 8 40 16 34 36 35
Octal 310 267 110 0 10 100 26 64 66 65
Binary 11001000 10110111 1001000 0 1000 1000000 10110 110100 110110 110101

Color Harmonies of #C8B748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B748

Black with #C8B748

Text Example


Text Example

White with #C8B748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B748; }

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

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

background-color css

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

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

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

border-color css

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

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

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