Html Css Color HEX #C8B039 Old Gold

📋 copy color: '#C8B039'

red 200 ◦ green 176 ◦ blue 57

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

Shades of Old Gold #C8B039

Tints of Old Gold #C8B039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 57 (22.66% from 255) = 13.16%

R = 46.19%
G = 40.65%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8B039 (or 0xC8B039) is known color: Old Gold. HEX triplet: C8, B0 and 39. RGB value is (200,176,57). Sum of RGB (Red+Green+Blue) = 200+176+57=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B039 is #374FC6. Grayscale: #AAAAAA. Windows color (decimal): -3624903 or 3780808. OLE color: 3780808.

HSL color Cylindrical-coordinate representation of color #C8B039: hue angle of 49.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8B039 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 176 57 -
CMYK 0 0.12 0.72 0.22
HSL 49.93º 0.57% 0.5% -
HSV(B) 49.93º 0.72% 0.78% -
XYZ 40.08 43.63 10.18 -
YUV 169.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 200 176 57 0 0.12 0.72 0.22 49.93 0.57 0.5
Hex C8 B0 39 0 C 48 16 32 39 32
Octal 310 260 71 0 14 110 26 62 71 62
Binary 11001000 10110000 111001 0 1100 1001000 10110 110010 111001 110010

Color Harmonies of #C8B039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B039

Black with #C8B039

Text Example


Text Example

White with #C8B039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B039; }

 p { color: rgb(200,176,57); }

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

background-color css

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

 a { background-color: rgb(200,176,57); }

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

border-color css

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

 span { border-color: rgb(200,176,57); }

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