Html Css Color HEX #C1963E Pizza

📋 copy color: '#C1963E'

red 193 ◦ green 150 ◦ blue 62

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

Shades of Pizza #C1963E

Tints of Pizza #C1963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.31%

R = 47.65%
G = 37.04%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1963E (or 0xC1963E) is known color: Pizza. HEX triplet: C1, 96 and 3E. RGB value is (193,150,62). Sum of RGB (Red+Green+Blue) = 193+150+62=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1963E is #3E69C1. Grayscale: #999999. Windows color (decimal): -4090306 or 4101825. OLE color: 4101825.

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

Color convert

RGB 193 150 62 -
CMYK 0 0.22 0.68 0.24
HSL 40.31º 0.51% 0.5% -
HSV(B) 40.31º 0.68% 0.76% -
XYZ 33.77 33.5 9.24 -
YUV 152.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 193 150 62 0 0.22 0.68 0.24 40.31 0.51 0.5
Hex C1 96 3E 0 16 44 18 28 33 32
Octal 301 226 76 0 26 104 30 50 63 62
Binary 11000001 10010110 111110 0 10110 1000100 11000 101000 110011 110010

Color Harmonies of #C1963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1963E

Black with #C1963E

Text Example


Text Example

White with #C1963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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