Html Css Color HEX #C18835 Pizza

📋 copy color: '#C18835'

red 193 ◦ green 136 ◦ blue 53

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

Shades of Pizza #C18835

Tints of Pizza #C18835

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 50.52%
G = 35.6%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C18835 (or 0xC18835) is known color: Pizza. HEX triplet: C1, 88 and 35. RGB value is (193,136,53). Sum of RGB (Red+Green+Blue) = 193+136+53=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C18835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18835 is #3E77CA. Grayscale: #8F8F8F. Windows color (decimal): -4093899 or 3508417. OLE color: 3508417.

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

Color convert

RGB 193 136 53 -
CMYK 0 0.30 0.73 0.24
HSL 35.57º 0.57% 0.48% -
HSV(B) 35.57º 0.73% 0.76% -
XYZ 31.44 29.2 7.35 -
YUV 143.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 193 136 53 0 0.30 0.73 0.24 35.57 0.57 0.48
Hex C1 88 35 0 1E 49 18 24 39 30
Octal 301 210 65 0 36 111 30 44 71 60
Binary 11000001 10001000 110101 0 11110 1001001 11000 100100 111001 110000

Color Harmonies of #C18835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18835

Black with #C18835

Text Example


Text Example

White with #C18835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18835; }

 p { color: rgb(193,136,53); }

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

background-color css

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

 a { background-color: rgb(193,136,53); }

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

border-color css

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

 span { border-color: rgb(193,136,53); }

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