#C1838F

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

Shades of Puce #C1838F

Tints of Puce #C1838F

Color information

#C1838F (or 0xC1838F) is unknown color: approx Puce. HEX triplet: C1, 83 and 8F. RGB value is (193,131,143). Sum of RGB (Red+Green+Blue) = 193+131+143=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1838F is #3E7C70. Grayscale: #969696. Windows color (decimal): -4095089 or 9405377. OLE color: 9405377.

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

Color convert

RGB193131143-
CMYK00.320.260.24
HSL348.39º33.33%63.53%-
HSV(B)348.39º32.12%75.69%-
XYZ35.0729.5529.84-
YUV150.91123.54158.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=41.33%
G=28.05%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313114300.320.260.24348.3933.3363.53
HexC1838F0201A1815c2140
Octal301203217040323053441100
Binary110000011000001110001111010000011010110001010111001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1838F; }

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

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

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

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

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

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

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

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