Html Css Color HEX #C19616 Buddha Gold

📋 copy color: '#C19616'

red 193 ◦ green 150 ◦ blue 22

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

Shades of Buddha Gold #C19616

Tints of Buddha Gold #C19616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 52.88%
G = 41.1%
B = 6.03%

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

#C19616 (or 0xC19616) is known color: Buddha Gold. HEX triplet: C1, 96 and 16. RGB value is (193,150,22). Sum of RGB (Red+Green+Blue) = 193+150+22=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C19616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19616 is #3E69E9. Grayscale: #949494. Windows color (decimal): -4090346 or 1480385. OLE color: 1480385.

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

Color convert

RGB 193 150 22 -
CMYK 0 0.22 0.89 0.24
HSL 44.91º 0.8% 0.42% -
HSV(B) 44.91º 0.89% 0.76% -
XYZ 33.04 33.21 5.43 -
YUV 148.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 193 150 22 0 0.22 0.89 0.24 44.91 0.8 0.42
Hex C1 96 16 0 16 59 18 2D 50 2A
Octal 301 226 26 0 26 131 30 55 120 52
Binary 11000001 10010110 10110 0 10110 1011001 11000 101101 1010000 101010

Color Harmonies of #C19616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19616

Black with #C19616

Text Example


Text Example

White with #C19616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19616; }

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

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

background-color css

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

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

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

border-color css

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

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

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