Html Css Color HEX #C1818E Puce

📋 copy color: '#C1818E'

red 193 ◦ green 129 ◦ blue 142

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

Shades of Puce #C1818E

Tints of Puce #C1818E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 41.59%
G = 27.8%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1818E (or 0xC1818E) is known color: Puce. HEX triplet: C1, 81 and 8E. RGB value is (193,129,142). Sum of RGB (Red+Green+Blue) = 193+129+142=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818E is #3E7E71. Grayscale: #959595. Windows color (decimal): -4095602 or 9339329. OLE color: 9339329.

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

Color convert

RGB 193 129 142 -
CMYK 0 0.33 0.26 0.24
HSL 347.81º 0.34% 0.63% -
HSV(B) 347.81º 0.33% 0.76% -
XYZ 34.73 28.99 29.36 -
YUV 149.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 193 129 142 0 0.33 0.26 0.24 347.81 0.34 0.63
Hex C1 81 8E 0 21 1A 18 15C 22 3F
Octal 301 201 216 0 41 32 30 534 42 77
Binary 11000001 10000001 10001110 0 100001 11010 11000 101011100 100010 111111

Color Harmonies of #C1818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1818E

Black with #C1818E

Text Example


Text Example

White with #C1818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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