Html Css Color HEX #C8AB3B Old Gold

📋 copy color: '#C8AB3B'

red 200 ◦ green 171 ◦ blue 59

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

Shades of Old Gold #C8AB3B

Tints of Old Gold #C8AB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.72%

R = 46.51%
G = 39.77%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8AB3B (or 0xC8AB3B) is known color: Old Gold. HEX triplet: C8, AB and 3B. RGB value is (200,171,59). Sum of RGB (Red+Green+Blue) = 200+171+59=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB3B is #3754C4. Grayscale: #A7A7A7. Windows color (decimal): -3626181 or 3910600. OLE color: 3910600.

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

Color convert

RGB 200 171 59 -
CMYK 0 0.14 0.70 0.22
HSL 47.66º 0.56% 0.51% -
HSV(B) 47.66º 0.71% 0.78% -
XYZ 39.17 41.72 10.13 -
YUV 166.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 200 171 59 0 0.14 0.70 0.22 47.66 0.56 0.51
Hex C8 AB 3B 0 E 46 16 30 38 33
Octal 310 253 73 0 16 106 26 60 70 63
Binary 11001000 10101011 111011 0 1110 1000110 10110 110000 111000 110011

Color Harmonies of #C8AB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB3B

Black with #C8AB3B

Text Example


Text Example

White with #C8AB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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