Html Css Color HEX #C8AC0F Buddha Gold

📋 copy color: '#C8AC0F'

red 200 ◦ green 172 ◦ blue 15

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

Shades of Buddha Gold #C8AC0F

Tints of Buddha Gold #C8AC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 51.68%
G = 44.44%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8AC0F (or 0xC8AC0F) is known color: Buddha Gold. HEX triplet: C8, AC and 0F. RGB value is (200,172,15). Sum of RGB (Red+Green+Blue) = 200+172+15=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC0F is #3753F0. Grayscale: #A3A3A3. Windows color (decimal): -3625969 or 1027272. OLE color: 1027272.

HSL color Cylindrical-coordinate representation of color #C8AC0F: hue angle of 50.92º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8AC0F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 15 -
CMYK 0 0.14 0.92 0.22
HSL 50.92º 0.86% 0.42% -
HSV(B) 50.92º 0.93% 0.78% -
XYZ 38.66 41.82 6.49 -
YUV 162.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 200 172 15 0 0.14 0.92 0.22 50.92 0.86 0.42
Hex C8 AC F 0 E 5C 16 33 56 2A
Octal 310 254 17 0 16 134 26 63 126 52
Binary 11001000 10101100 1111 0 1110 1011100 10110 110011 1010110 101010

Color Harmonies of #C8AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC0F

Black with #C8AC0F

Text Example


Text Example

White with #C8AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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