Html Css Color HEX #C8AA0C Buddha Gold

📋 copy color: '#C8AA0C'

red 200 ◦ green 170 ◦ blue 12

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

Shades of Buddha Gold #C8AA0C

Tints of Buddha Gold #C8AA0C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.5%

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

R = 52.36%
G = 44.5%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8AA0C (or 0xC8AA0C) is known color: Buddha Gold. HEX triplet: C8, AA and 0C. RGB value is (200,170,12). Sum of RGB (Red+Green+Blue) = 200+170+12=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA0C is #3755F3. Grayscale: #A1A1A1. Windows color (decimal): -3626484 or 830152. OLE color: 830152.

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

Color convert

RGB 200 170 12 -
CMYK 0 0.15 0.94 0.22
HSL 50.43º 0.89% 0.42% -
HSV(B) 50.43º 0.94% 0.78% -
XYZ 38.26 41.06 6.26 -
YUV 160.96 43.94 155.85 -
System Red Green Blue C M Y K H S L
Decimal 200 170 12 0 0.15 0.94 0.22 50.43 0.89 0.42
Hex C8 AA C 0 F 5E 16 32 59 2A
Octal 310 252 14 0 17 136 26 62 131 52
Binary 11001000 10101010 1100 0 1111 1011110 10110 110010 1011001 101010

Color Harmonies of #C8AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA0C

Black with #C8AA0C

Text Example


Text Example

White with #C8AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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