Html Css Color HEX #C8B648 Old Gold

📋 copy color: '#C8B648'

red 200 ◦ green 182 ◦ blue 72

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

Shades of Old Gold #C8B648

Tints of Old Gold #C8B648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

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

R = 44.05%
G = 40.09%
B = 15.86%

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

#C8B648 (or 0xC8B648) is known color: Old Gold. HEX triplet: C8, B6 and 48. RGB value is (200,182,72). Sum of RGB (Red+Green+Blue) = 200+182+72=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B648 is #3749B7. Grayscale: #AFAFAF. Windows color (decimal): -3623352 or 4765384. OLE color: 4765384.

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

Color convert

RGB 200 182 72 -
CMYK 0 0.09 0.64 0.22
HSL 51.56º 0.54% 0.53% -
HSV(B) 51.56º 0.64% 0.78% -
XYZ 41.72 46.2 12.85 -
YUV 174.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 200 182 72 0 0.09 0.64 0.22 51.56 0.54 0.53
Hex C8 B6 48 0 9 40 16 34 36 35
Octal 310 266 110 0 11 100 26 64 66 65
Binary 11001000 10110110 1001000 0 1001 1000000 10110 110100 110110 110101

Color Harmonies of #C8B648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B648

Black with #C8B648

Text Example


Text Example

White with #C8B648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B648; }

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

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

background-color css

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

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

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

border-color css

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

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

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