Html Css Color HEX #C1888F Puce

📋 copy color: '#C1888F'

red 193 ◦ green 136 ◦ blue 143

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

Shades of Puce #C1888F

Tints of Puce #C1888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

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

R = 40.89%
G = 28.81%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1888F (or 0xC1888F) is known color: Puce. HEX triplet: C1, 88 and 8F. RGB value is (193,136,143). Sum of RGB (Red+Green+Blue) = 193+136+143=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1888F is #3E7770. Grayscale: #999999. Windows color (decimal): -4093809 or 9406657. OLE color: 9406657.

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

Color convert

RGB 193 136 143 -
CMYK 0 0.30 0.26 0.24
HSL 352.63º 0.31% 0.65% -
HSV(B) 352.63º 0.3% 0.76% -
XYZ 35.75 30.93 30.07 -
YUV 153.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 193 136 143 0 0.30 0.26 0.24 352.63 0.31 0.65
Hex C1 88 8F 0 1E 1A 18 161 1F 41
Octal 301 210 217 0 36 32 30 541 37 101
Binary 11000001 10001000 10001111 0 11110 11010 11000 101100001 11111 1000001

Color Harmonies of #C1888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1888F

Black with #C1888F

Text Example


Text Example

White with #C1888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1888F; }

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

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

background-color css

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

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

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

border-color css

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

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

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