Html Css Color HEX #C8A200 Buddha Gold

📋 copy color: '#C8A200'

red 200 ◦ green 162 ◦ blue 0

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

Shades of Buddha Gold #C8A200

Tints of Buddha Gold #C8A200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.25%
G = 44.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C8A200 (or 0xC8A200) is known color: Buddha Gold. HEX triplet: C8, A2 and 00. RGB value is (200,162,0). Sum of RGB (Red+Green+Blue) = 200+162+0=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A200 is #375DFF. Grayscale: #9B9B9B. Windows color (decimal): -3628544 or 41672. OLE color: 41672.

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

Color convert

RGB 200 162 0 -
CMYK 0 0.19 1 0.22
HSL 48.6º 1% 0.39% -
HSV(B) 48.6º 1% 0.78% -
XYZ 36.74 38.12 5.42 -
YUV 154.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 200 162 0 0 0.19 1 0.22 48.6 1 0.39
Hex C8 A2 0 0 13 64 16 31 64 27
Octal 310 242 0 0 23 144 26 61 144 47
Binary 11001000 10100010 0 0 10011 1100100 10110 110001 1100100 100111

Color Harmonies of #C8A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A200

Black with #C8A200

Text Example


Text Example

White with #C8A200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A200; }

 p { color: rgb(200,162,0); }

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

background-color css

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

 a { background-color: rgb(200,162,0); }

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

border-color css

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

 span { border-color: rgb(200,162,0); }

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