Html Css Color HEX #C1901A Buddha Gold

📋 copy color: '#C1901A'

red 193 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #C1901A

Tints of Buddha Gold #C1901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 53.17%
G = 39.67%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1901A (or 0xC1901A) is known color: Buddha Gold. HEX triplet: C1, 90 and 1A. RGB value is (193,144,26). Sum of RGB (Red+Green+Blue) = 193+144+26=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C1901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1901A is #3E6FE5. Grayscale: #919191. Windows color (decimal): -4091878 or 1740993. OLE color: 1740993.

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

Color convert

RGB 193 144 26 -
CMYK 0 0.25 0.87 0.24
HSL 42.4º 0.76% 0.43% -
HSV(B) 42.4º 0.87% 0.76% -
XYZ 32.15 31.36 5.34 -
YUV 145.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 193 144 26 0 0.25 0.87 0.24 42.4 0.76 0.43
Hex C1 90 1A 0 19 57 18 2A 4C 2B
Octal 301 220 32 0 31 127 30 52 114 53
Binary 11000001 10010000 11010 0 11001 1010111 11000 101010 1001100 101011

Color Harmonies of #C1901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1901A

Black with #C1901A

Text Example


Text Example

White with #C1901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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