Html Css Color HEX #C1973F Pizza

📋 copy color: '#C1973F'

red 193 ◦ green 151 ◦ blue 63

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

Shades of Pizza #C1973F

Tints of Pizza #C1973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

 BLUE value IS 63 (25% from 255) = 15.48%

R = 47.42%
G = 37.1%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1973F (or 0xC1973F) is known color: Pizza. HEX triplet: C1, 97 and 3F. RGB value is (193,151,63). Sum of RGB (Red+Green+Blue) = 193+151+63=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1973F is #3E68C0. Grayscale: #999999. Windows color (decimal): -4090049 or 4167617. OLE color: 4167617.

HSL color Cylindrical-coordinate representation of color #C1973F: hue angle of 40.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1973F is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 151 63 -
CMYK 0 0.22 0.67 0.24
HSL 40.62º 0.51% 0.5% -
HSV(B) 40.62º 0.67% 0.76% -
XYZ 33.96 33.83 9.44 -
YUV 153.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 193 151 63 0 0.22 0.67 0.24 40.62 0.51 0.5
Hex C1 97 3F 0 16 43 18 29 33 32
Octal 301 227 77 0 26 103 30 51 63 62
Binary 11000001 10010111 111111 0 10110 1000011 11000 101001 110011 110010

Color Harmonies of #C1973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1973F

Black with #C1973F

Text Example


Text Example

White with #C1973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1973F; }

 p { color: rgb(193,151,63); }

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

background-color css

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

 a { background-color: rgb(193,151,63); }

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

border-color css

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

 span { border-color: rgb(193,151,63); }

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