Html Css Color HEX #C8A23A Metallic Gold

📋 copy color: '#C8A23A'

red 200 ◦ green 162 ◦ blue 58

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

Shades of Metallic Gold #C8A23A

Tints of Metallic Gold #C8A23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 47.62%
G = 38.57%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8A23A (or 0xC8A23A) is known color: Metallic Gold. HEX triplet: C8, A2 and 3A. RGB value is (200,162,58). Sum of RGB (Red+Green+Blue) = 200+162+58=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A23A is #375DC5. Grayscale: #A1A1A1. Windows color (decimal): -3628486 or 3842760. OLE color: 3842760.

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

Color convert

RGB 200 162 58 -
CMYK 0 0.19 0.71 0.22
HSL 43.94º 0.56% 0.51% -
HSV(B) 43.94º 0.71% 0.78% -
XYZ 37.5 38.43 9.44 -
YUV 161.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 200 162 58 0 0.19 0.71 0.22 43.94 0.56 0.51
Hex C8 A2 3A 0 13 47 16 2C 38 33
Octal 310 242 72 0 23 107 26 54 70 63
Binary 11001000 10100010 111010 0 10011 1000111 10110 101100 111000 110011

Color Harmonies of #C8A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A23A

Black with #C8A23A

Text Example


Text Example

White with #C8A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A23A; }

 p { color: rgb(200,162,58); }

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

background-color css

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

 a { background-color: rgb(200,162,58); }

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

border-color css

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

 span { border-color: rgb(200,162,58); }

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