Html Css Color HEX #C8A502 Buddha Gold

📋 copy color: '#C8A502'

red 200 ◦ green 165 ◦ blue 2

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

Shades of Buddha Gold #C8A502

Tints of Buddha Gold #C8A502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.96%

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

R = 54.5%
G = 44.96%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C8A502 (or 0xC8A502) is known color: Buddha Gold. HEX triplet: C8, A5 and 02. RGB value is (200,165,2). Sum of RGB (Red+Green+Blue) = 200+165+2=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A502 is #375AFD. Grayscale: #9D9D9D. Windows color (decimal): -3627774 or 173512. OLE color: 173512.

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

Color convert

RGB 200 165 2 -
CMYK 0 0.18 0.99 0.22
HSL 49.39º 0.98% 0.4% -
HSV(B) 49.39º 0.99% 0.78% -
XYZ 37.29 39.19 5.66 -
YUV 156.88 40.6 158.75 -
System Red Green Blue C M Y K H S L
Decimal 200 165 2 0 0.18 0.99 0.22 49.39 0.98 0.4
Hex C8 A5 2 0 12 63 16 31 62 28
Octal 310 245 2 0 22 143 26 61 142 50
Binary 11001000 10100101 10 0 10010 1100011 10110 110001 1100010 101000

Color Harmonies of #C8A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A502

Black with #C8A502

Text Example


Text Example

White with #C8A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A502; }

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

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

background-color css

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

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

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

border-color css

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

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

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