Html Css Color HEX #C1933B Pizza

📋 copy color: '#C1933B'

red 193 ◦ green 147 ◦ blue 59

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

Shades of Pizza #C1933B

Tints of Pizza #C1933B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 59 (23.44% from 255) = 14.79%

R = 48.37%
G = 36.84%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1933B (or 0xC1933B) is known color: Pizza. HEX triplet: C1, 93 and 3B. RGB value is (193,147,59). Sum of RGB (Red+Green+Blue) = 193+147+59=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1933B is #3E6CC4. Grayscale: #979797. Windows color (decimal): -4091077 or 3904449. OLE color: 3904449.

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

Color convert

RGB 193 147 59 -
CMYK 0 0.24 0.69 0.24
HSL 39.4º 0.53% 0.49% -
HSV(B) 39.4º 0.69% 0.76% -
XYZ 33.22 32.52 8.66 -
YUV 150.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 193 147 59 0 0.24 0.69 0.24 39.4 0.53 0.49
Hex C1 93 3B 0 18 45 18 27 35 31
Octal 301 223 73 0 30 105 30 47 65 61
Binary 11000001 10010011 111011 0 11000 1000101 11000 100111 110101 110001

Color Harmonies of #C1933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1933B

Black with #C1933B

Text Example


Text Example

White with #C1933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1933B; }

 p { color: rgb(193,147,59); }

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

background-color css

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

 a { background-color: rgb(193,147,59); }

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

border-color css

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

 span { border-color: rgb(193,147,59); }

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