Html Css Color HEX #C8AA02 Buddha Gold

📋 copy color: '#C8AA02'

red 200 ◦ green 170 ◦ blue 2

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

Shades of Buddha Gold #C8AA02

Tints of Buddha Gold #C8AA02

RGB

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

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

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

R = 53.76%
G = 45.7%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C8AA02 (or 0xC8AA02) is known color: Buddha Gold. HEX triplet: C8, AA and 02. RGB value is (200,170,2). Sum of RGB (Red+Green+Blue) = 200+170+2=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA02 is #3755FD. Grayscale: #A0A0A0. Windows color (decimal): -3626494 or 174792. OLE color: 174792.

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

Color convert

RGB 200 170 2 -
CMYK 0 0.15 0.99 0.22
HSL 50.91º 0.98% 0.4% -
HSV(B) 50.91º 0.99% 0.78% -
XYZ 38.21 41.03 5.96 -
YUV 159.82 38.94 156.66 -
System Red Green Blue C M Y K H S L
Decimal 200 170 2 0 0.15 0.99 0.22 50.91 0.98 0.4
Hex C8 AA 2 0 F 63 16 33 62 28
Octal 310 252 2 0 17 143 26 63 142 50
Binary 11001000 10101010 10 0 1111 1100011 10110 110011 1100010 101000

Color Harmonies of #C8AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA02

Black with #C8AA02

Text Example


Text Example

White with #C8AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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