Html Css Color HEX #C9A214 Buddha Gold

📋 copy color: '#C9A214'

red 201 ◦ green 162 ◦ blue 20

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

Shades of Buddha Gold #C9A214

Tints of Buddha Gold #C9A214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 52.48%
G = 42.3%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9A214 (or 0xC9A214) is known color: Buddha Gold. HEX triplet: C9, A2 and 14. RGB value is (201,162,20). Sum of RGB (Red+Green+Blue) = 201+162+20=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A214 is #365DEB. Grayscale: #9E9E9E. Windows color (decimal): -3562988 or 1352393. OLE color: 1352393.

HSL color Cylindrical-coordinate representation of color #C9A214: hue angle of 47.07º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9A214 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 20 -
CMYK 0 0.19 0.90 0.21
HSL 47.07º 0.82% 0.43% -
HSV(B) 47.07º 0.9% 0.79% -
XYZ 37.13 38.31 6.1 -
YUV 157.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 201 162 20 0 0.19 0.90 0.21 47.07 0.82 0.43
Hex C9 A2 14 0 13 5A 15 2F 52 2B
Octal 311 242 24 0 23 132 25 57 122 53
Binary 11001001 10100010 10100 0 10011 1011010 10101 101111 1010010 101011

Color Harmonies of #C9A214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A214

Black with #C9A214

Text Example


Text Example

White with #C9A214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A214; }

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

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

background-color css

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

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

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

border-color css

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

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

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