Html Css Color HEX #C18B3F Pizza

📋 copy color: '#C18B3F'

red 193 ◦ green 139 ◦ blue 63

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

Shades of Pizza #C18B3F

Tints of Pizza #C18B3F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 48.86%
G = 35.19%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C18B3F (or 0xC18B3F) is known color: Pizza. HEX triplet: C1, 8B and 3F. RGB value is (193,139,63). Sum of RGB (Red+Green+Blue) = 193+139+63=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B3F is #3E74C0. Grayscale: #929292. Windows color (decimal): -4093121 or 4164545. OLE color: 4164545.

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

Color convert

RGB 193 139 63 -
CMYK 0 0.28 0.67 0.24
HSL 35.08º 0.51% 0.5% -
HSV(B) 35.08º 0.67% 0.76% -
XYZ 32.12 30.16 8.83 -
YUV 146.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 193 139 63 0 0.28 0.67 0.24 35.08 0.51 0.5
Hex C1 8B 3F 0 1C 43 18 23 33 32
Octal 301 213 77 0 34 103 30 43 63 62
Binary 11000001 10001011 111111 0 11100 1000011 11000 100011 110011 110010

Color Harmonies of #C18B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B3F

Black with #C18B3F

Text Example


Text Example

White with #C18B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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