Html Css Color HEX #C19E1F Buddha Gold

📋 copy color: '#C19E1F'

red 193 ◦ green 158 ◦ blue 31

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

Shades of Buddha Gold #C19E1F

Tints of Buddha Gold #C19E1F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

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

R = 50.52%
G = 41.36%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C19E1F (or 0xC19E1F) is known color: Buddha Gold. HEX triplet: C1, 9E and 1F. RGB value is (193,158,31). Sum of RGB (Red+Green+Blue) = 193+158+31=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E1F is #3E61E0. Grayscale: #9A9A9A. Windows color (decimal): -4088289 or 2072257. OLE color: 2072257.

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

Color convert

RGB 193 158 31 -
CMYK 0 0.18 0.84 0.24
HSL 47.04º 0.72% 0.44% -
HSV(B) 47.04º 0.84% 0.76% -
XYZ 34.47 35.89 6.41 -
YUV 153.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 193 158 31 0 0.18 0.84 0.24 47.04 0.72 0.44
Hex C1 9E 1F 0 12 54 18 2F 48 2C
Octal 301 236 37 0 22 124 30 57 110 54
Binary 11000001 10011110 11111 0 10010 1010100 11000 101111 1001000 101100

Color Harmonies of #C19E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E1F

Black with #C19E1F

Text Example


Text Example

White with #C19E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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