Html Css Color HEX #C8B531 Old Gold

📋 copy color: '#C8B531'

red 200 ◦ green 181 ◦ blue 49

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

Shades of Old Gold #C8B531

Tints of Old Gold #C8B531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.4%

R = 46.51%
G = 42.09%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8B531 (or 0xC8B531) is known color: Old Gold. HEX triplet: C8, B5 and 31. RGB value is (200,181,49). Sum of RGB (Red+Green+Blue) = 200+181+49=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B531 is #374ACE. Grayscale: #ACACAC. Windows color (decimal): -3623631 or 3257800. OLE color: 3257800.

HSL color Cylindrical-coordinate representation of color #C8B531: hue angle of 52.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8B531 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 49 -
CMYK 0 0.09 0.76 0.22
HSL 52.45º 0.61% 0.49% -
HSV(B) 52.45º 0.76% 0.78% -
XYZ 40.9 45.55 9.54 -
YUV 171.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 200 181 49 0 0.09 0.76 0.22 52.45 0.61 0.49
Hex C8 B5 31 0 9 4C 16 34 3D 31
Octal 310 265 61 0 11 114 26 64 75 61
Binary 11001000 10110101 110001 0 1001 1001100 10110 110100 111101 110001

Color Harmonies of #C8B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B531

Black with #C8B531

Text Example


Text Example

White with #C8B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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