Html Css Color HEX #C19541 Pizza

📋 copy color: '#C19541'

red 193 ◦ green 149 ◦ blue 65

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

Shades of Pizza #C19541

Tints of Pizza #C19541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 47.42%
G = 36.61%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C19541 (or 0xC19541) is known color: Pizza. HEX triplet: C1, 95 and 41. RGB value is (193,149,65). Sum of RGB (Red+Green+Blue) = 193+149+65=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19541 is #3E6ABE. Grayscale: #989898. Windows color (decimal): -4090559 or 4298177. OLE color: 4298177.

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

Color convert

RGB 193 149 65 -
CMYK 0 0.23 0.66 0.24
HSL 39.38º 0.51% 0.51% -
HSV(B) 39.38º 0.66% 0.76% -
XYZ 33.69 33.21 9.64 -
YUV 152.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 193 149 65 0 0.23 0.66 0.24 39.38 0.51 0.51
Hex C1 95 41 0 17 42 18 27 33 33
Octal 301 225 101 0 27 102 30 47 63 63
Binary 11000001 10010101 1000001 0 10111 1000010 11000 100111 110011 110011

Color Harmonies of #C19541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19541

Black with #C19541

Text Example


Text Example

White with #C19541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19541; }

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

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

background-color css

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

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

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

border-color css

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

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

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