Html Css Color HEX #C18D3D Pizza

📋 copy color: '#C18D3D'

red 193 ◦ green 141 ◦ blue 61

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

Shades of Pizza #C18D3D

Tints of Pizza #C18D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 61 (24.22% from 255) = 15.44%

R = 48.86%
G = 35.7%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C18D3D (or 0xC18D3D) is known color: Pizza. HEX triplet: C1, 8D and 3D. RGB value is (193,141,61). Sum of RGB (Red+Green+Blue) = 193+141+61=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18D3D is #3E72C2. Grayscale: #939393. Windows color (decimal): -4092611 or 4033985. OLE color: 4033985.

HSL color Cylindrical-coordinate representation of color #C18D3D: hue angle of 36.36º degrees, saturation: 0.52, 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 #C18D3D is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 61 -
CMYK 0 0.27 0.68 0.24
HSL 36.36º 0.52% 0.5% -
HSV(B) 36.36º 0.68% 0.76% -
XYZ 32.36 30.72 8.64 -
YUV 147.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 193 141 61 0 0.27 0.68 0.24 36.36 0.52 0.5
Hex C1 8D 3D 0 1B 44 18 24 34 32
Octal 301 215 75 0 33 104 30 44 64 62
Binary 11000001 10001101 111101 0 11011 1000100 11000 100100 110100 110010

Color Harmonies of #C18D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D3D

Black with #C18D3D

Text Example


Text Example

White with #C18D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D3D; }

 p { color: rgb(193,141,61); }

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

background-color css

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

 a { background-color: rgb(193,141,61); }

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

border-color css

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

 span { border-color: rgb(193,141,61); }

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