Html Css Color HEX #C1873B Pizza

📋 copy color: '#C1873B'

red 193 ◦ green 135 ◦ blue 59

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

Shades of Pizza #C1873B

Tints of Pizza #C1873B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.88%

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

R = 49.87%
G = 34.88%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1873B (or 0xC1873B) is known color: Pizza. HEX triplet: C1, 87 and 3B. RGB value is (193,135,59). Sum of RGB (Red+Green+Blue) = 193+135+59=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1873B is #3E78C4. Grayscale: #909090. Windows color (decimal): -4094149 or 3901377. OLE color: 3901377.

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

Color convert

RGB 193 135 59 -
CMYK 0 0.30 0.69 0.24
HSL 34.03º 0.53% 0.49% -
HSV(B) 34.03º 0.69% 0.76% -
XYZ 31.45 28.98 8.07 -
YUV 143.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 193 135 59 0 0.30 0.69 0.24 34.03 0.53 0.49
Hex C1 87 3B 0 1E 45 18 22 35 31
Octal 301 207 73 0 36 105 30 42 65 61
Binary 11000001 10000111 111011 0 11110 1000101 11000 100010 110101 110001

Color Harmonies of #C1873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1873B

Black with #C1873B

Text Example


Text Example

White with #C1873B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1873B; }

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

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

background-color css

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

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

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

border-color css

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

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

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