Html Css Color HEX #C1898F Puce

📋 copy color: '#C1898F'

red 193 ◦ green 137 ◦ blue 143

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

Shades of Puce #C1898F

Tints of Puce #C1898F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.96%

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

R = 40.8%
G = 28.96%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1898F (or 0xC1898F) is known color: Puce. HEX triplet: C1, 89 and 8F. RGB value is (193,137,143). Sum of RGB (Red+Green+Blue) = 193+137+143=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1898F is #3E7670. Grayscale: #9A9A9A. Windows color (decimal): -4093553 or 9406913. OLE color: 9406913.

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

Color convert

RGB 193 137 143 -
CMYK 0 0.29 0.26 0.24
HSL 353.57º 0.31% 0.65% -
HSV(B) 353.57º 0.29% 0.76% -
XYZ 35.9 31.21 30.12 -
YUV 154.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 193 137 143 0 0.29 0.26 0.24 353.57 0.31 0.65
Hex C1 89 8F 0 1D 1A 18 162 1F 41
Octal 301 211 217 0 35 32 30 542 37 101
Binary 11000001 10001001 10001111 0 11101 11010 11000 101100010 11111 1000001

Color Harmonies of #C1898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1898F

Black with #C1898F

Text Example


Text Example

White with #C1898F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1898F; }

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

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

background-color css

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

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

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

border-color css

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

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

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