Html Css Color HEX #C19D1F Buddha Gold

📋 copy color: '#C19D1F'

red 193 ◦ green 157 ◦ blue 31

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

Shades of Buddha Gold #C19D1F

Tints of Buddha Gold #C19D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

 BLUE value IS 31 (12.5% from 255) = 8.14%

R = 50.66%
G = 41.21%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C19D1F (or 0xC19D1F) is known color: Buddha Gold. HEX triplet: C1, 9D and 1F. RGB value is (193,157,31). Sum of RGB (Red+Green+Blue) = 193+157+31=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D1F is #3E62E0. Grayscale: #999999. Windows color (decimal): -4088545 or 2072001. OLE color: 2072001.

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

Color convert

RGB 193 157 31 -
CMYK 0 0.19 0.84 0.24
HSL 46.67º 0.72% 0.44% -
HSV(B) 46.67º 0.84% 0.76% -
XYZ 34.3 35.55 6.35 -
YUV 153.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 193 157 31 0 0.19 0.84 0.24 46.67 0.72 0.44
Hex C1 9D 1F 0 13 54 18 2F 48 2C
Octal 301 235 37 0 23 124 30 57 110 54
Binary 11000001 10011101 11111 0 10011 1010100 11000 101111 1001000 101100

Color Harmonies of #C19D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19D1F

Black with #C19D1F

Text Example


Text Example

White with #C19D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19D1F; }

 p { color: rgb(193,157,31); }

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

background-color css

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

 a { background-color: rgb(193,157,31); }

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

border-color css

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

 span { border-color: rgb(193,157,31); }

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