Html Css Color HEX #C1853B Pizza

📋 copy color: '#C1853B'

red 193 ◦ green 133 ◦ blue 59

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

Shades of Pizza #C1853B

Tints of Pizza #C1853B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 50.13%
G = 34.55%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1853B (or 0xC1853B) is known color: Pizza. HEX triplet: C1, 85 and 3B. RGB value is (193,133,59). Sum of RGB (Red+Green+Blue) = 193+133+59=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1853B is #3E7AC4. Grayscale: #8E8E8E. Windows color (decimal): -4094661 or 3900865. OLE color: 3900865.

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

Color convert

RGB 193 133 59 -
CMYK 0 0.31 0.69 0.24
HSL 33.13º 0.53% 0.49% -
HSV(B) 33.13º 0.69% 0.76% -
XYZ 31.17 28.43 7.98 -
YUV 142.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 193 133 59 0 0.31 0.69 0.24 33.13 0.53 0.49
Hex C1 85 3B 0 1F 45 18 21 35 31
Octal 301 205 73 0 37 105 30 41 65 61
Binary 11000001 10000101 111011 0 11111 1000101 11000 100001 110101 110001

Color Harmonies of #C1853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1853B

Black with #C1853B

Text Example


Text Example

White with #C1853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1853B; }

 p { color: rgb(193,133,59); }

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

background-color css

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

 a { background-color: rgb(193,133,59); }

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

border-color css

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

 span { border-color: rgb(193,133,59); }

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