Html Css Color HEX #C1818D Puce

📋 copy color: '#C1818D'

red 193 ◦ green 129 ◦ blue 141

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

Shades of Puce #C1818D

Tints of Puce #C1818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 41.68%
G = 27.86%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1818D (or 0xC1818D) is known color: Puce. HEX triplet: C1, 81 and 8D. RGB value is (193,129,141). Sum of RGB (Red+Green+Blue) = 193+129+141=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818D is #3E7E72. Grayscale: #959595. Windows color (decimal): -4095603 or 9273793. OLE color: 9273793.

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

Color convert

RGB 193 129 141 -
CMYK 0 0.33 0.27 0.24
HSL 348.75º 0.34% 0.63% -
HSV(B) 348.75º 0.33% 0.76% -
XYZ 34.65 28.96 28.96 -
YUV 149.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 193 129 141 0 0.33 0.27 0.24 348.75 0.34 0.63
Hex C1 81 8D 0 21 1B 18 15D 22 3F
Octal 301 201 215 0 41 33 30 535 42 77
Binary 11000001 10000001 10001101 0 100001 11011 11000 101011101 100010 111111

Color Harmonies of #C1818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1818D

Black with #C1818D

Text Example


Text Example

White with #C1818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1818D; }

 p { color: rgb(193,129,141); }

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

background-color css

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

 a { background-color: rgb(193,129,141); }

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

border-color css

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

 span { border-color: rgb(193,129,141); }

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