Html Css Color HEX #C8A512 Buddha Gold

📋 copy color: '#C8A512'

red 200 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #C8A512

Tints of Buddha Gold #C8A512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.08%

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

R = 52.22%
G = 43.08%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C8A512 (or 0xC8A512) is known color: Buddha Gold. HEX triplet: C8, A5 and 12. RGB value is (200,165,18). Sum of RGB (Red+Green+Blue) = 200+165+18=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A512 is #375AED. Grayscale: #9F9F9F. Windows color (decimal): -3627758 or 1222088. OLE color: 1222088.

HSL color Cylindrical-coordinate representation of color #C8A512: hue angle of 48.46º 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 #C8A512 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 18 -
CMYK 0 0.18 0.91 0.22
HSL 48.46º 0.83% 0.43% -
HSV(B) 48.46º 0.91% 0.78% -
XYZ 37.38 39.23 6.17 -
YUV 158.71 48.6 157.45 -
System Red Green Blue C M Y K H S L
Decimal 200 165 18 0 0.18 0.91 0.22 48.46 0.83 0.43
Hex C8 A5 12 0 12 5B 16 30 53 2B
Octal 310 245 22 0 22 133 26 60 123 53
Binary 11001000 10100101 10010 0 10010 1011011 10110 110000 1010011 101011

Color Harmonies of #C8A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A512

Black with #C8A512

Text Example


Text Example

White with #C8A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A512; }

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

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

background-color css

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

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

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

border-color css

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

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

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