Html Css Color HEX #C1818C Puce

📋 copy color: '#C1818C'

red 193 ◦ green 129 ◦ blue 140

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

Shades of Puce #C1818C

Tints of Puce #C1818C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 41.77%
G = 27.92%
B = 30.3%

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

#C1818C (or 0xC1818C) is known color: Puce. HEX triplet: C1, 81 and 8C. RGB value is (193,129,140). Sum of RGB (Red+Green+Blue) = 193+129+140=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818C is #3E7E73. Grayscale: #959595. Windows color (decimal): -4095604 or 9208257. OLE color: 9208257.

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

Color convert

RGB 193 129 140 -
CMYK 0 0.33 0.27 0.24
HSL 349.69º 0.34% 0.63% -
HSV(B) 349.69º 0.33% 0.76% -
XYZ 34.58 28.93 28.57 -
YUV 149.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 193 129 140 0 0.33 0.27 0.24 349.69 0.34 0.63
Hex C1 81 8C 0 21 1B 18 15E 22 3F
Octal 301 201 214 0 41 33 30 536 42 77
Binary 11000001 10000001 10001100 0 100001 11011 11000 101011110 100010 111111

Color Harmonies of #C1818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1818C

Black with #C1818C

Text Example


Text Example

White with #C1818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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