Html Css Color HEX #C8AA18 Buddha Gold

📋 copy color: '#C8AA18'

red 200 ◦ green 170 ◦ blue 24

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

Shades of Buddha Gold #C8AA18

Tints of Buddha Gold #C8AA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 50.76%
G = 43.15%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8AA18 (or 0xC8AA18) is known color: Buddha Gold. HEX triplet: C8, AA and 18. RGB value is (200,170,24). Sum of RGB (Red+Green+Blue) = 200+170+24=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA18 is #3755E7. Grayscale: #A2A2A2. Windows color (decimal): -3626472 or 1616584. OLE color: 1616584.

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

Color convert

RGB 200 170 24 -
CMYK 0 0.15 0.88 0.22
HSL 49.77º 0.79% 0.44% -
HSV(B) 49.77º 0.88% 0.78% -
XYZ 38.36 41.09 6.77 -
YUV 162.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 200 170 24 0 0.15 0.88 0.22 49.77 0.79 0.44
Hex C8 AA 18 0 F 58 16 32 4F 2C
Octal 310 252 30 0 17 130 26 62 117 54
Binary 11001000 10101010 11000 0 1111 1011000 10110 110010 1001111 101100

Color Harmonies of #C8AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA18

Black with #C8AA18

Text Example


Text Example

White with #C8AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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