Html Css Color HEX #C0A413 Buddha Gold

📋 copy color: '#C0A413'

red 192 ◦ green 164 ◦ blue 19

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

Shades of Buddha Gold #C0A413

Tints of Buddha Gold #C0A413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 51.2%
G = 43.73%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0A413 (or 0xC0A413) is known color: Buddha Gold. HEX triplet: C0, A4 and 13. RGB value is (192,164,19). Sum of RGB (Red+Green+Blue) = 192+164+19=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A413 is #3F5BEC. Grayscale: #9C9C9C. Windows color (decimal): -4152301 or 1287360. OLE color: 1287360.

HSL color Cylindrical-coordinate representation of color #C0A413: hue angle of 50.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0A413 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 19 -
CMYK 0 0.15 0.90 0.25
HSL 50.29º 0.82% 0.41% -
HSV(B) 50.29º 0.9% 0.75% -
XYZ 35.13 37.8 6.06 -
YUV 155.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 192 164 19 0 0.15 0.90 0.25 50.29 0.82 0.41
Hex C0 A4 13 0 F 5A 19 32 52 29
Octal 300 244 23 0 17 132 31 62 122 51
Binary 11000000 10100100 10011 0 1111 1011010 11001 110010 1010010 101001

Color Harmonies of #C0A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A413

Black with #C0A413

Text Example


Text Example

White with #C0A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A413; }

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

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

background-color css

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

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

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

border-color css

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

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

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