Html Css Color HEX #C1898C Puce

📋 copy color: '#C1898C'

red 193 ◦ green 137 ◦ blue 140

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

Shades of Puce #C1898C

Tints of Puce #C1898C

RGB

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

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

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

R = 41.06%
G = 29.15%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1898C (or 0xC1898C) is known color: Puce. HEX triplet: C1, 89 and 8C. RGB value is (193,137,140). Sum of RGB (Red+Green+Blue) = 193+137+140=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1898C is #3E7673. Grayscale: #9A9A9A. Windows color (decimal): -4093556 or 9210305. OLE color: 9210305.

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

Color convert

RGB 193 137 140 -
CMYK 0 0.29 0.27 0.24
HSL 356.79º 0.31% 0.65% -
HSV(B) 356.79º 0.29% 0.76% -
XYZ 35.67 31.12 28.94 -
YUV 154.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 193 137 140 0 0.29 0.27 0.24 356.79 0.31 0.65
Hex C1 89 8C 0 1D 1B 18 165 1F 41
Octal 301 211 214 0 35 33 30 545 37 101
Binary 11000001 10001001 10001100 0 11101 11011 11000 101100101 11111 1000001

Color Harmonies of #C1898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1898C

Black with #C1898C

Text Example


Text Example

White with #C1898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1898C; }

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

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

background-color css

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

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

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

border-color css

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

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

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