Html Css Color HEX #C2A21C Buddha Gold

📋 copy color: '#C2A21C'

red 194 ◦ green 162 ◦ blue 28

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

Shades of Buddha Gold #C2A21C

Tints of Buddha Gold #C2A21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 50.52%
G = 42.19%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2A21C (or 0xC2A21C) is known color: Buddha Gold. HEX triplet: C2, A2 and 1C. RGB value is (194,162,28). Sum of RGB (Red+Green+Blue) = 194+162+28=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A21C is #3D5DE3. Grayscale: #9C9C9C. Windows color (decimal): -4021732 or 1876674. OLE color: 1876674.

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

Color convert

RGB 194 162 28 -
CMYK 0 0.16 0.86 0.24
HSL 48.43º 0.75% 0.44% -
HSV(B) 48.43º 0.86% 0.76% -
XYZ 35.38 37.39 6.45 -
YUV 156.29 55.6 154.9 -
System Red Green Blue C M Y K H S L
Decimal 194 162 28 0 0.16 0.86 0.24 48.43 0.75 0.44
Hex C2 A2 1C 0 10 56 18 30 4B 2C
Octal 302 242 34 0 20 126 30 60 113 54
Binary 11000010 10100010 11100 0 10000 1010110 11000 110000 1001011 101100

Color Harmonies of #C2A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A21C

Black with #C2A21C

Text Example


Text Example

White with #C2A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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