Html Css Color HEX #C18491 Puce

📋 copy color: '#C18491'

red 193 ◦ green 132 ◦ blue 145

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

Shades of Puce #C18491

Tints of Puce #C18491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.09%

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 41.06%
G = 28.09%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C18491 (or 0xC18491) is known color: Puce. HEX triplet: C1, 84 and 91. RGB value is (193,132,145). Sum of RGB (Red+Green+Blue) = 193+132+145=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C18491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18491 is #3E7B6E. Grayscale: #979797. Windows color (decimal): -4094831 or 9536705. OLE color: 9536705.

HSL color Cylindrical-coordinate representation of color #C18491: hue angle of 347.21º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18491 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 145 -
CMYK 0 0.32 0.25 0.24
HSL 347.21º 0.33% 0.64% -
HSV(B) 347.21º 0.32% 0.76% -
XYZ 35.35 29.88 30.69 -
YUV 151.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 193 132 145 0 0.32 0.25 0.24 347.21 0.33 0.64
Hex C1 84 91 0 20 19 18 15B 21 40
Octal 301 204 221 0 40 31 30 533 41 100
Binary 11000001 10000100 10010001 0 100000 11001 11000 101011011 100001 1000000

Color Harmonies of #C18491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18491

Black with #C18491

Text Example


Text Example

White with #C18491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18491; }

 p { color: rgb(193,132,145); }

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

background-color css

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

 a { background-color: rgb(193,132,145); }

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

border-color css

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

 span { border-color: rgb(193,132,145); }

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