Html Css Color HEX #C8AB40 Old Gold

📋 copy color: '#C8AB40'

red 200 ◦ green 171 ◦ blue 64

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

Shades of Old Gold #C8AB40

Tints of Old Gold #C8AB40

RGB

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

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

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

R = 45.98%
G = 39.31%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8AB40 (or 0xC8AB40) is known color: Old Gold. HEX triplet: C8, AB and 40. RGB value is (200,171,64). Sum of RGB (Red+Green+Blue) = 200+171+64=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB40 is #3754BF. Grayscale: #A7A7A7. Windows color (decimal): -3626176 or 4238280. OLE color: 4238280.

HSL color Cylindrical-coordinate representation of color #C8AB40: hue angle of 47.21º 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 #C8AB40 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 64 -
CMYK 0 0.14 0.68 0.22
HSL 47.21º 0.55% 0.52% -
HSV(B) 47.21º 0.68% 0.78% -
XYZ 39.31 41.78 10.84 -
YUV 167.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 200 171 64 0 0.14 0.68 0.22 47.21 0.55 0.52
Hex C8 AB 40 0 E 44 16 2F 37 34
Octal 310 253 100 0 16 104 26 57 67 64
Binary 11001000 10101011 1000000 0 1110 1000100 10110 101111 110111 110100

Color Harmonies of #C8AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB40

Black with #C8AB40

Text Example


Text Example

White with #C8AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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