Html Css Color HEX #C9AC14 Buddha Gold

📋 copy color: '#C9AC14'

red 201 ◦ green 172 ◦ blue 20

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

Shades of Buddha Gold #C9AC14

Tints of Buddha Gold #C9AC14

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

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

R = 51.15%
G = 43.77%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9AC14 (or 0xC9AC14) is known color: Buddha Gold. HEX triplet: C9, AC and 14. RGB value is (201,172,20). Sum of RGB (Red+Green+Blue) = 201+172+20=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AC14 is #3653EB. Grayscale: #A3A3A3. Windows color (decimal): -3560428 or 1354953. OLE color: 1354953.

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

Color convert

RGB 201 172 20 -
CMYK 0 0.14 0.90 0.21
HSL 50.39º 0.82% 0.43% -
HSV(B) 50.39º 0.9% 0.79% -
XYZ 38.97 41.97 6.71 -
YUV 163.34 47.11 154.86 -
System Red Green Blue C M Y K H S L
Decimal 201 172 20 0 0.14 0.90 0.21 50.39 0.82 0.43
Hex C9 AC 14 0 E 5A 15 32 52 2B
Octal 311 254 24 0 16 132 25 62 122 53
Binary 11001001 10101100 10100 0 1110 1011010 10101 110010 1010010 101011

Color Harmonies of #C9AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC14

Black with #C9AC14

Text Example


Text Example

White with #C9AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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