Html Css Color HEX #C2A217 Buddha Gold

📋 copy color: '#C2A217'

red 194 ◦ green 162 ◦ blue 23

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

Shades of Buddha Gold #C2A217

Tints of Buddha Gold #C2A217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 51.19%
G = 42.74%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2A217 (or 0xC2A217) is known color: Buddha Gold. HEX triplet: C2, A2 and 17. RGB value is (194,162,23). Sum of RGB (Red+Green+Blue) = 194+162+23=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A217 is #3D5DE8. Grayscale: #9C9C9C. Windows color (decimal): -4021737 or 1548994. OLE color: 1548994.

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

Color convert

RGB 194 162 23 -
CMYK 0 0.16 0.88 0.24
HSL 48.77º 0.79% 0.43% -
HSV(B) 48.77º 0.88% 0.76% -
XYZ 35.32 37.37 6.16 -
YUV 155.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 194 162 23 0 0.16 0.88 0.24 48.77 0.79 0.43
Hex C2 A2 17 0 10 58 18 31 4F 2B
Octal 302 242 27 0 20 130 30 61 117 53
Binary 11000010 10100010 10111 0 10000 1011000 11000 110001 1001111 101011

Color Harmonies of #C2A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A217

Black with #C2A217

Text Example


Text Example

White with #C2A217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A217; }

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

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

background-color css

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

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

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

border-color css

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

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

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