Html Css Color HEX #C1911A Buddha Gold

📋 copy color: '#C1911A'

red 193 ◦ green 145 ◦ blue 26

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

Shades of Buddha Gold #C1911A

Tints of Buddha Gold #C1911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

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

R = 53.02%
G = 39.84%
B = 7.14%

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

#C1911A (or 0xC1911A) is known color: Buddha Gold. HEX triplet: C1, 91 and 1A. RGB value is (193,145,26). Sum of RGB (Red+Green+Blue) = 193+145+26=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C1911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1911A is #3E6EE5. Grayscale: #929292. Windows color (decimal): -4091622 or 1741249. OLE color: 1741249.

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

Color convert

RGB 193 145 26 -
CMYK 0 0.25 0.87 0.24
HSL 42.75º 0.76% 0.43% -
HSV(B) 42.75º 0.87% 0.76% -
XYZ 32.3 31.66 5.39 -
YUV 145.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 193 145 26 0 0.25 0.87 0.24 42.75 0.76 0.43
Hex C1 91 1A 0 19 57 18 2B 4C 2B
Octal 301 221 32 0 31 127 30 53 114 53
Binary 11000001 10010001 11010 0 11001 1010111 11000 101011 1001100 101011

Color Harmonies of #C1911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1911A

Black with #C1911A

Text Example


Text Example

White with #C1911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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