Html Css Color HEX #C19611 Buddha Gold

📋 copy color: '#C19611'

red 193 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C19611

Tints of Buddha Gold #C19611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.72%

R = 53.61%
G = 41.67%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C19611 (or 0xC19611) is known color: Buddha Gold. HEX triplet: C1, 96 and 11. RGB value is (193,150,17). Sum of RGB (Red+Green+Blue) = 193+150+17=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C19611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19611 is #3E69EE. Grayscale: #949494. Windows color (decimal): -4090351 or 1152705. OLE color: 1152705.

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

Color convert

RGB 193 150 17 -
CMYK 0 0.22 0.91 0.24
HSL 45.34º 0.84% 0.41% -
HSV(B) 45.34º 0.91% 0.76% -
XYZ 33 33.19 5.2 -
YUV 147.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 193 150 17 0 0.22 0.91 0.24 45.34 0.84 0.41
Hex C1 96 11 0 16 5B 18 2D 54 29
Octal 301 226 21 0 26 133 30 55 124 51
Binary 11000001 10010110 10001 0 10110 1011011 11000 101101 1010100 101001

Color Harmonies of #C19611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19611

Black with #C19611

Text Example


Text Example

White with #C19611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19611; }

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

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

background-color css

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

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

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

border-color css

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

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

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