Html Css Color HEX #C18490 Puce

📋 copy color: '#C18490'

red 193 ◦ green 132 ◦ blue 144

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

Shades of Puce #C18490

Tints of Puce #C18490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 41.15%
G = 28.14%
B = 30.7%

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

#C18490 (or 0xC18490) is known color: Puce. HEX triplet: C1, 84 and 90. RGB value is (193,132,144). Sum of RGB (Red+Green+Blue) = 193+132+144=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C18490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18490 is #3E7B6F. Grayscale: #979797. Windows color (decimal): -4094832 or 9471169. OLE color: 9471169.

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

Color convert

RGB 193 132 144 -
CMYK 0 0.32 0.25 0.24
HSL 348.2º 0.33% 0.64% -
HSV(B) 348.2º 0.32% 0.76% -
XYZ 35.28 29.85 30.29 -
YUV 151.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 193 132 144 0 0.32 0.25 0.24 348.2 0.33 0.64
Hex C1 84 90 0 20 19 18 15C 21 40
Octal 301 204 220 0 40 31 30 534 41 100
Binary 11000001 10000100 10010000 0 100000 11001 11000 101011100 100001 1000000

Color Harmonies of #C18490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18490

Black with #C18490

Text Example


Text Example

White with #C18490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18490; }

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

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

background-color css

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

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

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

border-color css

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

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

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