Html Css Color HEX #C8A912 Buddha Gold

📋 copy color: '#C8A912'

red 200 ◦ green 169 ◦ blue 18

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

Shades of Buddha Gold #C8A912

Tints of Buddha Gold #C8A912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.67%

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 51.68%
G = 43.67%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C8A912 (or 0xC8A912) is known color: Buddha Gold. HEX triplet: C8, A9 and 12. RGB value is (200,169,18). Sum of RGB (Red+Green+Blue) = 200+169+18=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A912 is #3756ED. Grayscale: #A1A1A1. Windows color (decimal): -3626734 or 1223112. OLE color: 1223112.

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

Color convert

RGB 200 169 18 -
CMYK 0 0.16 0.91 0.22
HSL 49.78º 0.83% 0.43% -
HSV(B) 49.78º 0.91% 0.78% -
XYZ 38.12 40.7 6.42 -
YUV 161.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 200 169 18 0 0.16 0.91 0.22 49.78 0.83 0.43
Hex C8 A9 12 0 10 5B 16 32 53 2B
Octal 310 251 22 0 20 133 26 62 123 53
Binary 11001000 10101001 10010 0 10000 1011011 10110 110010 1010011 101011

Color Harmonies of #C8A912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A912

Black with #C8A912

Text Example


Text Example

White with #C8A912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A912; }

 p { color: rgb(200,169,18); }

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

background-color css

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

 a { background-color: rgb(200,169,18); }

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

border-color css

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

 span { border-color: rgb(200,169,18); }

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