Html Css Color HEX #C18590 Puce

📋 copy color: '#C18590'

red 193 ◦ green 133 ◦ blue 144

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

Shades of Puce #C18590

Tints of Puce #C18590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

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

R = 41.06%
G = 28.3%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C18590 (or 0xC18590) is known color: Puce. HEX triplet: C1, 85 and 90. RGB value is (193,133,144). Sum of RGB (Red+Green+Blue) = 193+133+144=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C18590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18590 is #3E7A6F. Grayscale: #989898. Windows color (decimal): -4094576 or 9471425. OLE color: 9471425.

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

Color convert

RGB 193 133 144 -
CMYK 0 0.31 0.25 0.24
HSL 349º 0.33% 0.64% -
HSV(B) 349º 0.31% 0.76% -
XYZ 35.41 30.13 30.33 -
YUV 152.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 193 133 144 0 0.31 0.25 0.24 349 0.33 0.64
Hex C1 85 90 0 1F 19 18 15D 21 40
Octal 301 205 220 0 37 31 30 535 41 100
Binary 11000001 10000101 10010000 0 11111 11001 11000 101011101 100001 1000000

Color Harmonies of #C18590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18590

Black with #C18590

Text Example


Text Example

White with #C18590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18590; }

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

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

background-color css

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

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

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

border-color css

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

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

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