Html Css Color HEX #C19F20 Buddha Gold

📋 copy color: '#C19F20'

red 193 ◦ green 159 ◦ blue 32

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

Shades of Buddha Gold #C19F20

Tints of Buddha Gold #C19F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.41%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 50.26%
G = 41.41%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19F20 (or 0xC19F20) is known color: Buddha Gold. HEX triplet: C1, 9F and 20. RGB value is (193,159,32). Sum of RGB (Red+Green+Blue) = 193+159+32=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F20 is #3E60DF. Grayscale: #9B9B9B. Windows color (decimal): -4088032 or 2138049. OLE color: 2138049.

HSL color Cylindrical-coordinate representation of color #C19F20: hue angle of 47.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C19F20 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 159 32 -
CMYK 0 0.18 0.83 0.24
HSL 47.33º 0.72% 0.44% -
HSV(B) 47.33º 0.83% 0.76% -
XYZ 34.65 36.24 6.53 -
YUV 154.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 193 159 32 0 0.18 0.83 0.24 47.33 0.72 0.44
Hex C1 9F 20 0 12 53 18 2F 48 2C
Octal 301 237 40 0 22 123 30 57 110 54
Binary 11000001 10011111 100000 0 10010 1010011 11000 101111 1001000 101100

Color Harmonies of #C19F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F20

Black with #C19F20

Text Example


Text Example

White with #C19F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F20; }

 p { color: rgb(193,159,32); }

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

background-color css

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

 a { background-color: rgb(193,159,32); }

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

border-color css

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

 span { border-color: rgb(193,159,32); }

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