Html Css Color HEX #C19711 Buddha Gold

📋 copy color: '#C19711'

red 193 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #C19711

Tints of Buddha Gold #C19711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

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

R = 53.46%
G = 41.83%
B = 4.71%

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

#C19711 (or 0xC19711) is known color: Buddha Gold. HEX triplet: C1, 97 and 11. RGB value is (193,151,17). Sum of RGB (Red+Green+Blue) = 193+151+17=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C19711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19711 is #3E68EE. Grayscale: #949494. Windows color (decimal): -4090095 or 1152961. OLE color: 1152961.

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

Color convert

RGB 193 151 17 -
CMYK 0 0.22 0.91 0.24
HSL 45.68º 0.84% 0.41% -
HSV(B) 45.68º 0.91% 0.76% -
XYZ 33.16 33.51 5.25 -
YUV 148.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 193 151 17 0 0.22 0.91 0.24 45.68 0.84 0.41
Hex C1 97 11 0 16 5B 18 2E 54 29
Octal 301 227 21 0 26 133 30 56 124 51
Binary 11000001 10010111 10001 0 10110 1011011 11000 101110 1010100 101001

Color Harmonies of #C19711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19711

Black with #C19711

Text Example


Text Example

White with #C19711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19711; }

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

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

background-color css

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

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

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

border-color css

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

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

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