Html Css Color HEX #C8AB3E Old Gold

📋 copy color: '#C8AB3E'

red 200 ◦ green 171 ◦ blue 62

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

Shades of Old Gold #C8AB3E

Tints of Old Gold #C8AB3E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.49%

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 46.19%
G = 39.49%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8AB3E (or 0xC8AB3E) is known color: Old Gold. HEX triplet: C8, AB and 3E. RGB value is (200,171,62). Sum of RGB (Red+Green+Blue) = 200+171+62=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB3E is #3754C1. Grayscale: #A7A7A7. Windows color (decimal): -3626178 or 4107208. OLE color: 4107208.

HSL color Cylindrical-coordinate representation of color #C8AB3E: hue angle of 47.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8AB3E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 62 -
CMYK 0 0.14 0.69 0.22
HSL 47.39º 0.56% 0.51% -
HSV(B) 47.39º 0.69% 0.78% -
XYZ 39.25 41.75 10.55 -
YUV 167.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 200 171 62 0 0.14 0.69 0.22 47.39 0.56 0.51
Hex C8 AB 3E 0 E 45 16 2F 38 33
Octal 310 253 76 0 16 105 26 57 70 63
Binary 11001000 10101011 111110 0 1110 1000101 10110 101111 111000 110011

Color Harmonies of #C8AB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB3E

Black with #C8AB3E

Text Example


Text Example

White with #C8AB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB3E; }

 p { color: rgb(200,171,62); }

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

background-color css

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

 a { background-color: rgb(200,171,62); }

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

border-color css

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

 span { border-color: rgb(200,171,62); }

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