Html Css Color HEX #C8AA11 Buddha Gold

📋 copy color: '#C8AA11'

red 200 ◦ green 170 ◦ blue 17

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

Shades of Buddha Gold #C8AA11

Tints of Buddha Gold #C8AA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 51.68%
G = 43.93%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8AA11 (or 0xC8AA11) is known color: Buddha Gold. HEX triplet: C8, AA and 11. RGB value is (200,170,17). Sum of RGB (Red+Green+Blue) = 200+170+17=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA11 is #3755EE. Grayscale: #A2A2A2. Windows color (decimal): -3626479 or 1157832. OLE color: 1157832.

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

Color convert

RGB 200 170 17 -
CMYK 0 0.15 0.92 0.22
HSL 50.16º 0.84% 0.43% -
HSV(B) 50.16º 0.92% 0.78% -
XYZ 38.3 41.07 6.44 -
YUV 161.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 200 170 17 0 0.15 0.92 0.22 50.16 0.84 0.43
Hex C8 AA 11 0 F 5C 16 32 54 2B
Octal 310 252 21 0 17 134 26 62 124 53
Binary 11001000 10101010 10001 0 1111 1011100 10110 110010 1010100 101011

Color Harmonies of #C8AA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA11

Black with #C8AA11

Text Example


Text Example

White with #C8AA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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