#C18F37

Color #C18F37 Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #C18F37

Tints of Pizza #C18F37

Color information

#C18F37 (or 0xC18F37) is unknown color: approx Pizza. HEX triplet: C1, 8F and 37. RGB value is (193,143,55). Sum of RGB (Red+Green+Blue) = 193+143+55=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F37 is #3E70C8. Grayscale: #949494. Windows color (decimal): -4092105 or 3641281. OLE color: 3641281.

HSL color Cylindrical-coordinate representation of color #C18F37: hue angle of 38.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C18F37 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19314355-
CMYK00.260.720.24
HSL38.26º55.65%48.63%-
HSV(B)38.26º71.5%75.69%-
XYZ32.531.267.93-
YUV147.9275.56160.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=49.36%
G=36.57%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931435500.260.720.2438.2655.6548.63
HexC18F3701A4818263831
Octal3012176703211030467061
Binary1100000110001111110111011010100100011000100110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F37; }

 p { color: rgb(193,143,55); }

 H1.HeaderClassName
 {
   color: #C18F37;
 }
 .AnyTagClassName
 {
   color: #C18F37;
 }
</style>
background-color css

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

 a { background-color: rgb(193,143,55); }

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

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

 span { border-color: rgb(193,143,55); }

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