Html Css Color HEX #C0A417 Buddha Gold

📋 copy color: '#C0A417'

red 192 ◦ green 164 ◦ blue 23

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

Shades of Buddha Gold #C0A417

Tints of Buddha Gold #C0A417

RGB

 RED value IS 192 (75.39% from 255) = 50.66%

 GREEN value IS 164 (64.45% from 255) = 43.27%

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

R = 50.66%
G = 43.27%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0A417 (or 0xC0A417) is known color: Buddha Gold. HEX triplet: C0, A4 and 17. RGB value is (192,164,23). Sum of RGB (Red+Green+Blue) = 192+164+23=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A417 is #3F5BE8. Grayscale: #9C9C9C. Windows color (decimal): -4152297 or 1549504. OLE color: 1549504.

HSL color Cylindrical-coordinate representation of color #C0A417: hue angle of 50.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0A417 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 23 -
CMYK 0 0.15 0.88 0.25
HSL 50.06º 0.79% 0.42% -
HSV(B) 50.06º 0.88% 0.75% -
XYZ 35.17 37.82 6.26 -
YUV 156.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 192 164 23 0 0.15 0.88 0.25 50.06 0.79 0.42
Hex C0 A4 17 0 F 58 19 32 4F 2A
Octal 300 244 27 0 17 130 31 62 117 52
Binary 11000000 10100100 10111 0 1111 1011000 11001 110010 1001111 101010

Color Harmonies of #C0A417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A417

Black with #C0A417

Text Example


Text Example

White with #C0A417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A417; }

 p { color: rgb(192,164,23); }

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

background-color css

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

 a { background-color: rgb(192,164,23); }

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

border-color css

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

 span { border-color: rgb(192,164,23); }

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