Html Css Color HEX #C9A23B Metallic Gold

📋 copy color: '#C9A23B'

red 201 ◦ green 162 ◦ blue 59

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

Shades of Metallic Gold #C9A23B

Tints of Metallic Gold #C9A23B

RGB

 RED value IS 201 (78.91% from 255) = 47.63%

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

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

R = 47.63%
G = 38.39%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9A23B (or 0xC9A23B) is known color: Metallic Gold. HEX triplet: C9, A2 and 3B. RGB value is (201,162,59). Sum of RGB (Red+Green+Blue) = 201+162+59=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A23B is #365DC4. Grayscale: #A2A2A2. Windows color (decimal): -3562949 or 3908297. OLE color: 3908297.

HSL color Cylindrical-coordinate representation of color #C9A23B: hue angle of 43.52º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9A23B is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 59 -
CMYK 0 0.19 0.71 0.21
HSL 43.52º 0.57% 0.51% -
HSV(B) 43.52º 0.71% 0.79% -
XYZ 37.8 38.57 9.59 -
YUV 161.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 201 162 59 0 0.19 0.71 0.21 43.52 0.57 0.51
Hex C9 A2 3B 0 13 47 15 2C 39 33
Octal 311 242 73 0 23 107 25 54 71 63
Binary 11001001 10100010 111011 0 10011 1000111 10101 101100 111001 110011

Color Harmonies of #C9A23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A23B

Black with #C9A23B

Text Example


Text Example

White with #C9A23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A23B; }

 p { color: rgb(201,162,59); }

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

background-color css

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

 a { background-color: rgb(201,162,59); }

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

border-color css

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

 span { border-color: rgb(201,162,59); }

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