Html Css Color HEX #C8A60C Buddha Gold

📋 copy color: '#C8A60C'

red 200 ◦ green 166 ◦ blue 12

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

Shades of Buddha Gold #C8A60C

Tints of Buddha Gold #C8A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

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

R = 52.91%
G = 43.92%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8A60C (or 0xC8A60C) is known color: Buddha Gold. HEX triplet: C8, A6 and 0C. RGB value is (200,166,12). Sum of RGB (Red+Green+Blue) = 200+166+12=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A60C is #3759F3. Grayscale: #9F9F9F. Windows color (decimal): -3627508 or 829128. OLE color: 829128.

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

Color convert

RGB 200 166 12 -
CMYK 0 0.17 0.94 0.22
HSL 49.15º 0.89% 0.42% -
HSV(B) 49.15º 0.94% 0.78% -
XYZ 37.52 39.58 6.01 -
YUV 158.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 200 166 12 0 0.17 0.94 0.22 49.15 0.89 0.42
Hex C8 A6 C 0 11 5E 16 31 59 2A
Octal 310 246 14 0 21 136 26 61 131 52
Binary 11001000 10100110 1100 0 10001 1011110 10110 110001 1011001 101010

Color Harmonies of #C8A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A60C

Black with #C8A60C

Text Example


Text Example

White with #C8A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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