Html Css Color HEX #C19912 Buddha Gold

📋 copy color: '#C19912'

red 193 ◦ green 153 ◦ blue 18

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

Shades of Buddha Gold #C19912

Tints of Buddha Gold #C19912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 53.02%
G = 42.03%
B = 4.95%

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

#C19912 (or 0xC19912) is known color: Buddha Gold. HEX triplet: C1, 99 and 12. RGB value is (193,153,18). Sum of RGB (Red+Green+Blue) = 193+153+18=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C19912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19912 is #3E66ED. Grayscale: #969696. Windows color (decimal): -4089582 or 1219009. OLE color: 1219009.

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

Color convert

RGB 193 153 18 -
CMYK 0 0.21 0.91 0.24
HSL 46.29º 0.83% 0.41% -
HSV(B) 46.29º 0.91% 0.76% -
XYZ 33.49 34.16 5.4 -
YUV 149.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 193 153 18 0 0.21 0.91 0.24 46.29 0.83 0.41
Hex C1 99 12 0 15 5B 18 2E 53 29
Octal 301 231 22 0 25 133 30 56 123 51
Binary 11000001 10011001 10010 0 10101 1011011 11000 101110 1010011 101001

Color Harmonies of #C19912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19912

Black with #C19912

Text Example


Text Example

White with #C19912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19912; }

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

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

background-color css

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

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

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

border-color css

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

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

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