Html Css Color HEX #C19F1D Buddha Gold

📋 copy color: '#C19F1D'

red 193 ◦ green 159 ◦ blue 29

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

Shades of Buddha Gold #C19F1D

Tints of Buddha Gold #C19F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 50.66%
G = 41.73%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C19F1D (or 0xC19F1D) is known color: Buddha Gold. HEX triplet: C1, 9F and 1D. RGB value is (193,159,29). Sum of RGB (Red+Green+Blue) = 193+159+29=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F1D is #3E60E2. Grayscale: #9A9A9A. Windows color (decimal): -4088035 or 1941441. OLE color: 1941441.

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

Color convert

RGB 193 159 29 -
CMYK 0 0.18 0.85 0.24
HSL 47.56º 0.74% 0.44% -
HSV(B) 47.56º 0.85% 0.76% -
XYZ 34.61 36.22 6.33 -
YUV 154.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 193 159 29 0 0.18 0.85 0.24 47.56 0.74 0.44
Hex C1 9F 1D 0 12 55 18 30 4A 2C
Octal 301 237 35 0 22 125 30 60 112 54
Binary 11000001 10011111 11101 0 10010 1010101 11000 110000 1001010 101100

Color Harmonies of #C19F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F1D

Black with #C19F1D

Text Example


Text Example

White with #C19F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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