Html Css Color HEX #C19910 Buddha Gold

📋 copy color: '#C19910'

red 193 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #C19910

Tints of Buddha Gold #C19910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 53.31%
G = 42.27%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C19910 (or 0xC19910) is known color: Buddha Gold. HEX triplet: C1, 99 and 10. RGB value is (193,153,16). Sum of RGB (Red+Green+Blue) = 193+153+16=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C19910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19910 is #3E66EF. Grayscale: #959595. Windows color (decimal): -4089584 or 1087937. OLE color: 1087937.

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

Color convert

RGB 193 153 16 -
CMYK 0 0.21 0.92 0.24
HSL 46.44º 0.85% 0.41% -
HSV(B) 46.44º 0.92% 0.76% -
XYZ 33.48 34.16 5.32 -
YUV 149.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 193 153 16 0 0.21 0.92 0.24 46.44 0.85 0.41
Hex C1 99 10 0 15 5C 18 2E 55 29
Octal 301 231 20 0 25 134 30 56 125 51
Binary 11000001 10011001 10000 0 10101 1011100 11000 101110 1010101 101001

Color Harmonies of #C19910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19910

Black with #C19910

Text Example


Text Example

White with #C19910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19910; }

 p { color: rgb(193,153,16); }

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

background-color css

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

 a { background-color: rgb(193,153,16); }

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

border-color css

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

 span { border-color: rgb(193,153,16); }

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