Html Css Color HEX #C1943A Pizza

📋 copy color: '#C1943A'

red 193 ◦ green 148 ◦ blue 58

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

Shades of Pizza #C1943A

Tints of Pizza #C1943A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 48.37%
G = 37.09%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1943A (or 0xC1943A) is known color: Pizza. HEX triplet: C1, 94 and 3A. RGB value is (193,148,58). Sum of RGB (Red+Green+Blue) = 193+148+58=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1943A is #3E6BC5. Grayscale: #979797. Windows color (decimal): -4090822 or 3839169. OLE color: 3839169.

HSL color Cylindrical-coordinate representation of color #C1943A: hue angle of 40º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1943A is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 58 -
CMYK 0 0.23 0.70 0.24
HSL 40º 0.54% 0.49% -
HSV(B) 40º 0.7% 0.76% -
XYZ 33.35 32.82 8.58 -
YUV 151.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 193 148 58 0 0.23 0.70 0.24 40 0.54 0.49
Hex C1 94 3A 0 17 46 18 28 36 31
Octal 301 224 72 0 27 106 30 50 66 61
Binary 11000001 10010100 111010 0 10111 1000110 11000 101000 110110 110001

Color Harmonies of #C1943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1943A

Black with #C1943A

Text Example


Text Example

White with #C1943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1943A; }

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

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

background-color css

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

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

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

border-color css

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

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

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