Html Css Color HEX #C2A717 Buddha Gold

📋 copy color: '#C2A717'

red 194 ◦ green 167 ◦ blue 23

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

Shades of Buddha Gold #C2A717

Tints of Buddha Gold #C2A717

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.49%

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

R = 50.52%
G = 43.49%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2A717 (or 0xC2A717) is known color: Buddha Gold. HEX triplet: C2, A7 and 17. RGB value is (194,167,23). Sum of RGB (Red+Green+Blue) = 194+167+23=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A717 is #3D58E8. Grayscale: #9F9F9F. Windows color (decimal): -4020457 or 1550274. OLE color: 1550274.

HSL color Cylindrical-coordinate representation of color #C2A717: hue angle of 50.53º 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 #C2A717 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 167 23 -
CMYK 0 0.14 0.88 0.24
HSL 50.53º 0.79% 0.43% -
HSV(B) 50.53º 0.88% 0.76% -
XYZ 36.22 39.17 6.46 -
YUV 158.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 194 167 23 0 0.14 0.88 0.24 50.53 0.79 0.43
Hex C2 A7 17 0 E 58 18 33 4F 2B
Octal 302 247 27 0 16 130 30 63 117 53
Binary 11000010 10100111 10111 0 1110 1011000 11000 110011 1001111 101011

Color Harmonies of #C2A717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A717

Black with #C2A717

Text Example


Text Example

White with #C2A717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A717; }

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

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

background-color css

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

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

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

border-color css

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

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

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