Html Css Color HEX #C18496 Puce

📋 copy color: '#C18496'

red 193 ◦ green 132 ◦ blue 150

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

Shades of Puce #C18496

Tints of Puce #C18496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 40.63%
G = 27.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C18496 (or 0xC18496) is known color: Puce. HEX triplet: C1, 84 and 96. RGB value is (193,132,150). Sum of RGB (Red+Green+Blue) = 193+132+150=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C18496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18496 is #3E7B69. Grayscale: #989898. Windows color (decimal): -4094826 or 9864385. OLE color: 9864385.

HSL color Cylindrical-coordinate representation of color #C18496: hue angle of 342.3º 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 #C18496 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 150 -
CMYK 0 0.32 0.22 0.24
HSL 342.3º 0.33% 0.64% -
HSV(B) 342.3º 0.32% 0.76% -
XYZ 35.75 30.04 32.77 -
YUV 152.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 193 132 150 0 0.32 0.22 0.24 342.3 0.33 0.64
Hex C1 84 96 0 20 16 18 156 21 40
Octal 301 204 226 0 40 26 30 526 41 100
Binary 11000001 10000100 10010110 0 100000 10110 11000 101010110 100001 1000000

Color Harmonies of #C18496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18496

Black with #C18496

Text Example


Text Example

White with #C18496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18496; }

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

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

background-color css

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

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

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

border-color css

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

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

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