Html Css Color HEX #C18A36 Pizza

📋 copy color: '#C18A36'

red 193 ◦ green 138 ◦ blue 54

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

Shades of Pizza #C18A36

Tints of Pizza #C18A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.03%

R = 50.13%
G = 35.84%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C18A36 (or 0xC18A36) is known color: Pizza. HEX triplet: C1, 8A and 36. RGB value is (193,138,54). Sum of RGB (Red+Green+Blue) = 193+138+54=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A36 is #3E75C9. Grayscale: #919191. Windows color (decimal): -4093386 or 3574465. OLE color: 3574465.

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

Color convert

RGB 193 138 54 -
CMYK 0 0.28 0.72 0.24
HSL 36.26º 0.56% 0.48% -
HSV(B) 36.26º 0.72% 0.76% -
XYZ 31.75 29.78 7.57 -
YUV 144.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 193 138 54 0 0.28 0.72 0.24 36.26 0.56 0.48
Hex C1 8A 36 0 1C 48 18 24 38 30
Octal 301 212 66 0 34 110 30 44 70 60
Binary 11000001 10001010 110110 0 11100 1001000 11000 100100 111000 110000

Color Harmonies of #C18A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A36

Black with #C18A36

Text Example


Text Example

White with #C18A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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