Html Css Color HEX #C2A223 Buddha Gold

📋 copy color: '#C2A223'

red 194 ◦ green 162 ◦ blue 35

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

Shades of Buddha Gold #C2A223

Tints of Buddha Gold #C2A223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.95%

R = 49.62%
G = 41.43%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2A223 (or 0xC2A223) is known color: Buddha Gold. HEX triplet: C2, A2 and 23. RGB value is (194,162,35). Sum of RGB (Red+Green+Blue) = 194+162+35=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A223 is #3D5DDC. Grayscale: #9D9D9D. Windows color (decimal): -4021725 or 2335426. OLE color: 2335426.

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

Color convert

RGB 194 162 35 -
CMYK 0 0.16 0.82 0.24
HSL 47.92º 0.69% 0.45% -
HSV(B) 47.92º 0.82% 0.76% -
XYZ 35.47 37.43 6.95 -
YUV 157.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 194 162 35 0 0.16 0.82 0.24 47.92 0.69 0.45
Hex C2 A2 23 0 10 52 18 30 45 2D
Octal 302 242 43 0 20 122 30 60 105 55
Binary 11000010 10100010 100011 0 10000 1010010 11000 110000 1000101 101101

Color Harmonies of #C2A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A223

Black with #C2A223

Text Example


Text Example

White with #C2A223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A223; }

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

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

background-color css

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

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

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

border-color css

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

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

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