#C1848B

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

Shades of Puce #C1848B

Tints of Puce #C1848B

Color information

#C1848B (or 0xC1848B) is unknown color: approx Puce. HEX triplet: C1, 84 and 8B. RGB value is (193,132,139). Sum of RGB (Red+Green+Blue) = 193+132+139=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1848B is #3E7B74. Grayscale: #979797. Windows color (decimal): -4094837 or 9143489. OLE color: 9143489.

HSL color Cylindrical-coordinate representation of color #C1848B: hue angle of 353.11º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1848B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB193132139-
CMYK00.320.280.24
HSL353.11º32.97%63.73%-
HSV(B)353.11º31.61%75.69%-
XYZ34.929.728.32-
YUV151.04121.21157.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=41.59%
G=28.45%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313213900.320.280.24353.1132.9763.73
HexC1848B0201C181612140
Octal301204213040343054141100
Binary110000011000010010001011010000011100110001011000011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1848B; }

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

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

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

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

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

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

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

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