Html Css Color HEX #C8A102 Buddha Gold

📋 copy color: '#C8A102'

red 200 ◦ green 161 ◦ blue 2

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

Shades of Buddha Gold #C8A102

Tints of Buddha Gold #C8A102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 55.1%
G = 44.35%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C8A102 (or 0xC8A102) is known color: Buddha Gold. HEX triplet: C8, A1 and 02. RGB value is (200,161,2). Sum of RGB (Red+Green+Blue) = 200+161+2=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A102 is #375EFD. Grayscale: #9B9B9B. Windows color (decimal): -3628798 or 172488. OLE color: 172488.

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

Color convert

RGB 200 161 2 -
CMYK 0 0.19 0.99 0.22
HSL 48.18º 0.98% 0.4% -
HSV(B) 48.18º 0.99% 0.78% -
XYZ 36.58 37.77 5.42 -
YUV 154.54 41.92 160.43 -
System Red Green Blue C M Y K H S L
Decimal 200 161 2 0 0.19 0.99 0.22 48.18 0.98 0.4
Hex C8 A1 2 0 13 63 16 30 62 28
Octal 310 241 2 0 23 143 26 60 142 50
Binary 11001000 10100001 10 0 10011 1100011 10110 110000 1100010 101000

Color Harmonies of #C8A102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A102

Black with #C8A102

Text Example


Text Example

White with #C8A102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A102; }

 p { color: rgb(200,161,2); }

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

background-color css

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

 a { background-color: rgb(200,161,2); }

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

border-color css

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

 span { border-color: rgb(200,161,2); }

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