Html Css Color HEX #C1818F Puce

📋 copy color: '#C1818F'

red 193 ◦ green 129 ◦ blue 143

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

Shades of Puce #C1818F

Tints of Puce #C1818F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 41.51%
G = 27.74%
B = 30.75%

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

#C1818F (or 0xC1818F) is known color: Puce. HEX triplet: C1, 81 and 8F. RGB value is (193,129,143). Sum of RGB (Red+Green+Blue) = 193+129+143=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1818F is #3E7E70. Grayscale: #959595. Windows color (decimal): -4095601 or 9404865. OLE color: 9404865.

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

Color convert

RGB 193 129 143 -
CMYK 0 0.33 0.26 0.24
HSL 346.88º 0.34% 0.63% -
HSV(B) 346.88º 0.33% 0.76% -
XYZ 34.8 29.02 29.75 -
YUV 149.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 193 129 143 0 0.33 0.26 0.24 346.88 0.34 0.63
Hex C1 81 8F 0 21 1A 18 15B 22 3F
Octal 301 201 217 0 41 32 30 533 42 77
Binary 11000001 10000001 10001111 0 100001 11010 11000 101011011 100010 111111

Color Harmonies of #C1818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1818F

Black with #C1818F

Text Example


Text Example

White with #C1818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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