Html Css Color HEX #C19615 Buddha Gold

📋 copy color: '#C19615'

red 193 ◦ green 150 ◦ blue 21

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

Shades of Buddha Gold #C19615

Tints of Buddha Gold #C19615

RGB

 RED value IS 193 (75.78% from 255) = 53.02%

 GREEN value IS 150 (58.98% from 255) = 41.21%

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 53.02%
G = 41.21%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C19615 (or 0xC19615) is known color: Buddha Gold. HEX triplet: C1, 96 and 15. RGB value is (193,150,21). Sum of RGB (Red+Green+Blue) = 193+150+21=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C19615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19615 is #3E69EA. Grayscale: #949494. Windows color (decimal): -4090347 or 1414849. OLE color: 1414849.

HSL color Cylindrical-coordinate representation of color #C19615: hue angle of 45º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C19615 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 21 -
CMYK 0 0.22 0.89 0.24
HSL 45º 0.8% 0.42% -
HSV(B) 45º 0.89% 0.76% -
XYZ 33.03 33.2 5.38 -
YUV 148.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 193 150 21 0 0.22 0.89 0.24 45 0.8 0.42
Hex C1 96 15 0 16 59 18 2D 50 2A
Octal 301 226 25 0 26 131 30 55 120 52
Binary 11000001 10010110 10101 0 10110 1011001 11000 101101 1010000 101010

Color Harmonies of #C19615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19615

Black with #C19615

Text Example


Text Example

White with #C19615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19615; }

 p { color: rgb(193,150,21); }

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

background-color css

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

 a { background-color: rgb(193,150,21); }

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

border-color css

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

 span { border-color: rgb(193,150,21); }

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