Html Css Color HEX #C8B540 Old Gold

📋 copy color: '#C8B540'

red 200 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #C8B540

Tints of Old Gold #C8B540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 44.94%
G = 40.67%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8B540 (or 0xC8B540) is known color: Old Gold. HEX triplet: C8, B5 and 40. RGB value is (200,181,64). Sum of RGB (Red+Green+Blue) = 200+181+64=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B540 is #374ABF. Grayscale: #ADADAD. Windows color (decimal): -3623616 or 4240840. OLE color: 4240840.

HSL color Cylindrical-coordinate representation of color #C8B540: hue angle of 51.62º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8B540 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 64 -
CMYK 0 0.09 0.68 0.22
HSL 51.62º 0.55% 0.52% -
HSV(B) 51.62º 0.68% 0.78% -
XYZ 41.27 45.7 11.5 -
YUV 173.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 200 181 64 0 0.09 0.68 0.22 51.62 0.55 0.52
Hex C8 B5 40 0 9 44 16 34 37 34
Octal 310 265 100 0 11 104 26 64 67 64
Binary 11001000 10110101 1000000 0 1001 1000100 10110 110100 110111 110100

Color Harmonies of #C8B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B540

Black with #C8B540

Text Example


Text Example

White with #C8B540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B540; }

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

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

background-color css

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

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

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

border-color css

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

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

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