Html Css Color HEX #C2A202 Buddha Gold

📋 copy color: '#C2A202'

red 194 ◦ green 162 ◦ blue 2

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

Shades of Buddha Gold #C2A202

Tints of Buddha Gold #C2A202

RGB

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

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

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

R = 54.19%
G = 45.25%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2A202 (or 0xC2A202) is known color: Buddha Gold. HEX triplet: C2, A2 and 02. RGB value is (194,162,2). Sum of RGB (Red+Green+Blue) = 194+162+2=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A202 is #3D5DFD. Grayscale: #9A9A9A. Windows color (decimal): -4021758 or 172738. OLE color: 172738.

HSL color Cylindrical-coordinate representation of color #C2A202: hue angle of 50º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2A202 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 162 2 -
CMYK 0 0.16 0.99 0.24
HSL 50º 0.98% 0.38% -
HSV(B) 50º 0.99% 0.76% -
XYZ 35.18 37.31 5.41 -
YUV 153.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 194 162 2 0 0.16 0.99 0.24 50 0.98 0.38
Hex C2 A2 2 0 10 63 18 32 62 26
Octal 302 242 2 0 20 143 30 62 142 46
Binary 11000010 10100010 10 0 10000 1100011 11000 110010 1100010 100110

Color Harmonies of #C2A202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A202

Black with #C2A202

Text Example


Text Example

White with #C2A202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A202; }

 p { color: rgb(194,162,2); }

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

background-color css

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

 a { background-color: rgb(194,162,2); }

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

border-color css

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

 span { border-color: rgb(194,162,2); }

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