Html Css Color HEX #C8A10C Buddha Gold

📋 copy color: '#C8A10C'

red 200 ◦ green 161 ◦ blue 12

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

Shades of Buddha Gold #C8A10C

Tints of Buddha Gold #C8A10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 12 (5.08% from 255) = 3.22%

R = 53.62%
G = 43.16%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8A10C (or 0xC8A10C) is known color: Buddha Gold. HEX triplet: C8, A1 and 0C. RGB value is (200,161,12). Sum of RGB (Red+Green+Blue) = 200+161+12=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A10C is #375EF3. Grayscale: #9C9C9C. Windows color (decimal): -3628788 or 827848. OLE color: 827848.

HSL color Cylindrical-coordinate representation of color #C8A10C: hue angle of 47.55º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8A10C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 161 12 -
CMYK 0 0.19 0.94 0.22
HSL 47.55º 0.89% 0.42% -
HSV(B) 47.55º 0.94% 0.78% -
XYZ 36.63 37.8 5.71 -
YUV 155.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 200 161 12 0 0.19 0.94 0.22 47.55 0.89 0.42
Hex C8 A1 C 0 13 5E 16 30 59 2A
Octal 310 241 14 0 23 136 26 60 131 52
Binary 11001000 10100001 1100 0 10011 1011110 10110 110000 1011001 101010

Color Harmonies of #C8A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A10C

Black with #C8A10C

Text Example


Text Example

White with #C8A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A10C; }

 p { color: rgb(200,161,12); }

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

background-color css

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

 a { background-color: rgb(200,161,12); }

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

border-color css

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

 span { border-color: rgb(200,161,12); }

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