#C1898B

Color #C1898B Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C1898B

Tints of Puce #C1898B

Color information

#C1898B (or 0xC1898B) is unknown color: approx Puce. HEX triplet: C1, 89 and 8B. RGB value is (193,137,139). Sum of RGB (Red+Green+Blue) = 193+137+139=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1898B is #3E7674. Grayscale: #9A9A9A. Windows color (decimal): -4093557 or 9144769. OLE color: 9144769.

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

Color convert

RGB193137139-
CMYK00.290.280.24
HSL357.86º31.11%64.71%-
HSV(B)357.86º29.02%75.69%-
XYZ35.631.0928.55-
YUV153.97119.55155.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=41.15%
G=29.21%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313713900.290.280.24357.8631.1164.71
HexC1898B01D1C181661f41
Octal301211213035343054637101
Binary1100000110001001100010110111011110011000101100110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1898B; }

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

 H1.HeaderClassName
 {
   color: #C1898B;
 }
 .AnyTagClassName
 {
   color: #C1898B;
 }
</style>
background-color css

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

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

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

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

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

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