Html Css Color HEX #C19A1A Buddha Gold

📋 copy color: '#C19A1A'

red 193 ◦ green 154 ◦ blue 26

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

Shades of Buddha Gold #C19A1A

Tints of Buddha Gold #C19A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 51.74%
G = 41.29%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C19A1A (or 0xC19A1A) is known color: Buddha Gold. HEX triplet: C1, 9A and 1A. RGB value is (193,154,26). Sum of RGB (Red+Green+Blue) = 193+154+26=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A1A is #3E65E5. Grayscale: #979797. Windows color (decimal): -4089318 or 1743553. OLE color: 1743553.

HSL color Cylindrical-coordinate representation of color #C19A1A: hue angle of 45.99º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C19A1A is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 154 26 -
CMYK 0 0.20 0.87 0.24
HSL 45.99º 0.76% 0.43% -
HSV(B) 45.99º 0.87% 0.76% -
XYZ 33.73 34.52 5.86 -
YUV 151.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 193 154 26 0 0.20 0.87 0.24 45.99 0.76 0.43
Hex C1 9A 1A 0 14 57 18 2E 4C 2B
Octal 301 232 32 0 24 127 30 56 114 53
Binary 11000001 10011010 11010 0 10100 1010111 11000 101110 1001100 101011

Color Harmonies of #C19A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A1A

Black with #C19A1A

Text Example


Text Example

White with #C19A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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