Html Css Color HEX #C1941A Buddha Gold

📋 copy color: '#C1941A'

red 193 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #C1941A

Tints of Buddha Gold #C1941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 52.59%
G = 40.33%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1941A (or 0xC1941A) is known color: Buddha Gold. HEX triplet: C1, 94 and 1A. RGB value is (193,148,26). Sum of RGB (Red+Green+Blue) = 193+148+26=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1941A is #3E6BE5. Grayscale: #949494. Windows color (decimal): -4090854 or 1742017. OLE color: 1742017.

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

Color convert

RGB 193 148 26 -
CMYK 0 0.23 0.87 0.24
HSL 43.83º 0.76% 0.43% -
HSV(B) 43.83º 0.87% 0.76% -
XYZ 32.77 32.59 5.54 -
YUV 147.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 193 148 26 0 0.23 0.87 0.24 43.83 0.76 0.43
Hex C1 94 1A 0 17 57 18 2C 4C 2B
Octal 301 224 32 0 27 127 30 54 114 53
Binary 11000001 10010100 11010 0 10111 1010111 11000 101100 1001100 101011

Color Harmonies of #C1941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1941A

Black with #C1941A

Text Example


Text Example

White with #C1941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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