Html Css Color HEX #C19811 Buddha Gold

📋 copy color: '#C19811'

red 193 ◦ green 152 ◦ blue 17

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

Shades of Buddha Gold #C19811

Tints of Buddha Gold #C19811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 53.31%
G = 41.99%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C19811 (or 0xC19811) is known color: Buddha Gold. HEX triplet: C1, 98 and 11. RGB value is (193,152,17). Sum of RGB (Red+Green+Blue) = 193+152+17=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C19811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19811 is #3E67EE. Grayscale: #959595. Windows color (decimal): -4089839 or 1153217. OLE color: 1153217.

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

Color convert

RGB 193 152 17 -
CMYK 0 0.21 0.91 0.24
HSL 46.02º 0.84% 0.41% -
HSV(B) 46.02º 0.91% 0.76% -
XYZ 33.32 33.83 5.3 -
YUV 148.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 193 152 17 0 0.21 0.91 0.24 46.02 0.84 0.41
Hex C1 98 11 0 15 5B 18 2E 54 29
Octal 301 230 21 0 25 133 30 56 124 51
Binary 11000001 10011000 10001 0 10101 1011011 11000 101110 1010100 101001

Color Harmonies of #C19811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19811

Black with #C19811

Text Example


Text Example

White with #C19811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19811; }

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

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

background-color css

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

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

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

border-color css

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

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

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