Html Css Color HEX #C8AC13 Buddha Gold

📋 copy color: '#C8AC13'

red 200 ◦ green 172 ◦ blue 19

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

Shades of Buddha Gold #C8AC13

Tints of Buddha Gold #C8AC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 51.15%
G = 43.99%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C8AC13 (or 0xC8AC13) is known color: Buddha Gold. HEX triplet: C8, AC and 13. RGB value is (200,172,19). Sum of RGB (Red+Green+Blue) = 200+172+19=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC13 is #3753EC. Grayscale: #A3A3A3. Windows color (decimal): -3625965 or 1289416. OLE color: 1289416.

HSL color Cylindrical-coordinate representation of color #C8AC13: hue angle of 50.72º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8AC13 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 19 -
CMYK 0 0.14 0.90 0.22
HSL 50.72º 0.83% 0.43% -
HSV(B) 50.72º 0.91% 0.78% -
XYZ 38.69 41.83 6.65 -
YUV 162.93 46.78 154.44 -
System Red Green Blue C M Y K H S L
Decimal 200 172 19 0 0.14 0.90 0.22 50.72 0.83 0.43
Hex C8 AC 13 0 E 5A 16 33 53 2B
Octal 310 254 23 0 16 132 26 63 123 53
Binary 11001000 10101100 10011 0 1110 1011010 10110 110011 1010011 101011

Color Harmonies of #C8AC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC13

Black with #C8AC13

Text Example


Text Example

White with #C8AC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC13; }

 p { color: rgb(200,172,19); }

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

background-color css

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

 a { background-color: rgb(200,172,19); }

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

border-color css

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

 span { border-color: rgb(200,172,19); }

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