Html Css Color HEX #C1953D Pizza

📋 copy color: '#C1953D'

red 193 ◦ green 149 ◦ blue 61

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

Shades of Pizza #C1953D

Tints of Pizza #C1953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 47.89%
G = 36.97%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1953D (or 0xC1953D) is known color: Pizza. HEX triplet: C1, 95 and 3D. RGB value is (193,149,61). Sum of RGB (Red+Green+Blue) = 193+149+61=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1953D is #3E6AC2. Grayscale: #989898. Windows color (decimal): -4090563 or 4036033. OLE color: 4036033.

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

Color convert

RGB 193 149 61 -
CMYK 0 0.23 0.68 0.24
HSL 40º 0.52% 0.5% -
HSV(B) 40º 0.68% 0.76% -
XYZ 33.58 33.17 9.05 -
YUV 152.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 193 149 61 0 0.23 0.68 0.24 40 0.52 0.5
Hex C1 95 3D 0 17 44 18 28 34 32
Octal 301 225 75 0 27 104 30 50 64 62
Binary 11000001 10010101 111101 0 10111 1000100 11000 101000 110100 110010

Color Harmonies of #C1953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1953D

Black with #C1953D

Text Example


Text Example

White with #C1953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1953D; }

 p { color: rgb(193,149,61); }

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

background-color css

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

 a { background-color: rgb(193,149,61); }

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

border-color css

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

 span { border-color: rgb(193,149,61); }

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