Html Css Color HEX #C2AA05 Buddha Gold

📋 copy color: '#C2AA05'

red 194 ◦ green 170 ◦ blue 5

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

Shades of Buddha Gold #C2AA05

Tints of Buddha Gold #C2AA05

RGB

 RED value IS 194 (76.17% from 255) = 52.57%

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 52.57%
G = 46.07%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2AA05 (or 0xC2AA05) is known color: Buddha Gold. HEX triplet: C2, AA and 05. RGB value is (194,170,5). Sum of RGB (Red+Green+Blue) = 194+170+5=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AA05 is #3D55FA. Grayscale: #9F9F9F. Windows color (decimal): -4019707 or 371394. OLE color: 371394.

HSL color Cylindrical-coordinate representation of color #C2AA05: hue angle of 52.38º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2AA05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 5 -
CMYK 0 0.12 0.97 0.24
HSL 52.38º 0.95% 0.39% -
HSV(B) 52.38º 0.97% 0.76% -
XYZ 36.65 40.23 5.98 -
YUV 158.37 41.45 153.42 -
System Red Green Blue C M Y K H S L
Decimal 194 170 5 0 0.12 0.97 0.24 52.38 0.95 0.39
Hex C2 AA 5 0 C 61 18 34 5F 27
Octal 302 252 5 0 14 141 30 64 137 47
Binary 11000010 10101010 101 0 1100 1100001 11000 110100 1011111 100111

Color Harmonies of #C2AA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA05

Black with #C2AA05

Text Example


Text Example

White with #C2AA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA05; }

 p { color: rgb(194,170,5); }

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

background-color css

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

 a { background-color: rgb(194,170,5); }

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

border-color css

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

 span { border-color: rgb(194,170,5); }

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