Html Css Color HEX #C19640 Pizza

📋 copy color: '#C19640'

red 193 ◦ green 150 ◦ blue 64

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

Shades of Pizza #C19640

Tints of Pizza #C19640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 47.42%
G = 36.86%
B = 15.72%

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

#C19640 (or 0xC19640) is known color: Pizza. HEX triplet: C1, 96 and 40. RGB value is (193,150,64). Sum of RGB (Red+Green+Blue) = 193+150+64=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19640 is #3E69BF. Grayscale: #999999. Windows color (decimal): -4090304 or 4232897. OLE color: 4232897.

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

Color convert

RGB 193 150 64 -
CMYK 0 0.22 0.67 0.24
HSL 40º 0.51% 0.5% -
HSV(B) 40º 0.67% 0.76% -
XYZ 33.82 33.52 9.54 -
YUV 153.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 193 150 64 0 0.22 0.67 0.24 40 0.51 0.5
Hex C1 96 40 0 16 43 18 28 33 32
Octal 301 226 100 0 26 103 30 50 63 62
Binary 11000001 10010110 1000000 0 10110 1000011 11000 101000 110011 110010

Color Harmonies of #C19640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19640

Black with #C19640

Text Example


Text Example

White with #C19640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19640; }

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

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

background-color css

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

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

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

border-color css

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

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

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