#C3898F

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

Shades of Puce #C3898F

Tints of Puce #C3898F

Color information

#C3898F (or 0xC3898F) is unknown color: approx Puce. HEX triplet: C3, 89 and 8F. RGB value is (195,137,143). Sum of RGB (Red+Green+Blue) = 195+137+143=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3898F is #3C7670. Grayscale: #9B9B9B. Windows color (decimal): -3962481 or 9406915. OLE color: 9406915.

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

Color convert

RGB195137143-
CMYK00.300.270.24
HSL353.79º32.58%65.1%-
HSV(B)353.79º29.74%76.47%-
XYZ36.4131.4830.14-
YUV155.03121.22156.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=41.05%
G=28.84%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513714300.300.270.24353.7932.5865.1
HexC3898F01E1B181622141
Octal303211217036333054241101
Binary11000011100010011000111101111011011110001011000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3898F; }

 p { color: rgb(195,137,143); }

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

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

 a { background-color: rgb(195,137,143); }

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

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

 span { border-color: rgb(195,137,143); }

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