Html Css Color HEX #C18A3C Pizza

📋 copy color: '#C18A3C'

red 193 ◦ green 138 ◦ blue 60

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

Shades of Pizza #C18A3C

Tints of Pizza #C18A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.35%

R = 49.36%
G = 35.29%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C18A3C (or 0xC18A3C) is known color: Pizza. HEX triplet: C1, 8A and 3C. RGB value is (193,138,60). Sum of RGB (Red+Green+Blue) = 193+138+60=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A3C is #3E75C3. Grayscale: #919191. Windows color (decimal): -4093380 or 3967681. OLE color: 3967681.

HSL color Cylindrical-coordinate representation of color #C18A3C: hue angle of 35.19º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C18A3C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 60 -
CMYK 0 0.28 0.69 0.24
HSL 35.19º 0.53% 0.5% -
HSV(B) 35.19º 0.69% 0.76% -
XYZ 31.9 29.84 8.35 -
YUV 145.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 193 138 60 0 0.28 0.69 0.24 35.19 0.53 0.5
Hex C1 8A 3C 0 1C 45 18 23 35 32
Octal 301 212 74 0 34 105 30 43 65 62
Binary 11000001 10001010 111100 0 11100 1000101 11000 100011 110101 110010

Color Harmonies of #C18A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A3C

Black with #C18A3C

Text Example


Text Example

White with #C18A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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