Html Css Color HEX #C1941F Buddha Gold

📋 copy color: '#C1941F'

red 193 ◦ green 148 ◦ blue 31

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

Shades of Buddha Gold #C1941F

Tints of Buddha Gold #C1941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.33%

R = 51.88%
G = 39.78%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1941F (or 0xC1941F) is known color: Buddha Gold. HEX triplet: C1, 94 and 1F. RGB value is (193,148,31). Sum of RGB (Red+Green+Blue) = 193+148+31=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1941F is #3E6BE0. Grayscale: #949494. Windows color (decimal): -4090849 or 2069697. OLE color: 2069697.

HSL color Cylindrical-coordinate representation of color #C1941F: hue angle of 43.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1941F is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 31 -
CMYK 0 0.23 0.84 0.24
HSL 43.33º 0.72% 0.44% -
HSV(B) 43.33º 0.84% 0.76% -
XYZ 32.83 32.62 5.86 -
YUV 148.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 193 148 31 0 0.23 0.84 0.24 43.33 0.72 0.44
Hex C1 94 1F 0 17 54 18 2B 48 2C
Octal 301 224 37 0 27 124 30 53 110 54
Binary 11000001 10010100 11111 0 10111 1010100 11000 101011 1001000 101100

Color Harmonies of #C1941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1941F

Black with #C1941F

Text Example


Text Example

White with #C1941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1941F; }

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

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

background-color css

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

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

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

border-color css

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

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

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