Html Css Color HEX #C18A3F Pizza

📋 copy color: '#C18A3F'

red 193 ◦ green 138 ◦ blue 63

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

Shades of Pizza #C18A3F

Tints of Pizza #C18A3F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 48.98%
G = 35.03%
B = 15.99%

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

#C18A3F (or 0xC18A3F) is known color: Pizza. HEX triplet: C1, 8A and 3F. RGB value is (193,138,63). Sum of RGB (Red+Green+Blue) = 193+138+63=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A3F is #3E75C0. Grayscale: #929292. Windows color (decimal): -4093377 or 4164289. OLE color: 4164289.

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

Color convert

RGB 193 138 63 -
CMYK 0 0.28 0.67 0.24
HSL 34.62º 0.51% 0.5% -
HSV(B) 34.62º 0.67% 0.76% -
XYZ 31.98 29.87 8.78 -
YUV 145.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 193 138 63 0 0.28 0.67 0.24 34.62 0.51 0.5
Hex C1 8A 3F 0 1C 43 18 23 33 32
Octal 301 212 77 0 34 103 30 43 63 62
Binary 11000001 10001010 111111 0 11100 1000011 11000 100011 110011 110010

Color Harmonies of #C18A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A3F

Black with #C18A3F

Text Example


Text Example

White with #C18A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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