Html Css Color HEX #C19A1D Buddha Gold

📋 copy color: '#C19A1D'

red 193 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #C19A1D

Tints of Buddha Gold #C19A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 51.33%
G = 40.96%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C19A1D (or 0xC19A1D) is known color: Buddha Gold. HEX triplet: C1, 9A and 1D. RGB value is (193,154,29). Sum of RGB (Red+Green+Blue) = 193+154+29=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A1D is #3E65E2. Grayscale: #979797. Windows color (decimal): -4089315 or 1940161. OLE color: 1940161.

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

Color convert

RGB 193 154 29 -
CMYK 0 0.20 0.85 0.24
HSL 45.73º 0.74% 0.44% -
HSV(B) 45.73º 0.85% 0.76% -
XYZ 33.77 34.54 6.05 -
YUV 151.41 58.92 157.66 -
System Red Green Blue C M Y K H S L
Decimal 193 154 29 0 0.20 0.85 0.24 45.73 0.74 0.44
Hex C1 9A 1D 0 14 55 18 2E 4A 2C
Octal 301 232 35 0 24 125 30 56 112 54
Binary 11000001 10011010 11101 0 10100 1010101 11000 101110 1001010 101100

Color Harmonies of #C19A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A1D

Black with #C19A1D

Text Example


Text Example

White with #C19A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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