Html Css Color HEX #C1963F Pizza

📋 copy color: '#C1963F'

red 193 ◦ green 150 ◦ blue 63

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

Shades of Pizza #C1963F

Tints of Pizza #C1963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

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

R = 47.54%
G = 36.95%
B = 15.52%

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

#C1963F (or 0xC1963F) is known color: Pizza. HEX triplet: C1, 96 and 3F. RGB value is (193,150,63). Sum of RGB (Red+Green+Blue) = 193+150+63=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1963F is #3E69C0. Grayscale: #999999. Windows color (decimal): -4090305 or 4167361. OLE color: 4167361.

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

Color convert

RGB 193 150 63 -
CMYK 0 0.22 0.67 0.24
HSL 40.15º 0.51% 0.5% -
HSV(B) 40.15º 0.67% 0.76% -
XYZ 33.8 33.51 9.39 -
YUV 152.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 193 150 63 0 0.22 0.67 0.24 40.15 0.51 0.5
Hex C1 96 3F 0 16 43 18 28 33 32
Octal 301 226 77 0 26 103 30 50 63 62
Binary 11000001 10010110 111111 0 10110 1000011 11000 101000 110011 110010

Color Harmonies of #C1963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1963F

Black with #C1963F

Text Example


Text Example

White with #C1963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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