#C3898A

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

Shades of Puce #C3898A

Tints of Puce #C3898A

Color information

#C3898A (or 0xC3898A) is unknown color: approx Puce. HEX triplet: C3, 89 and 8A. RGB value is (195,137,138). Sum of RGB (Red+Green+Blue) = 195+137+138=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3898A is #3C7675. Grayscale: #9A9A9A. Windows color (decimal): -3962486 or 9079235. OLE color: 9079235.

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

Color convert

RGB195137138-
CMYK00.300.290.24
HSL358.97º32.58%65.1%-
HSV(B)358.97º29.74%76.47%-
XYZ36.0431.3328.19-
YUV154.46118.72156.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=41.49%
G=29.15%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513713800.300.290.24358.9732.5865.1
HexC3898A01E1D181672141
Octal303211212036353054741101
Binary11000011100010011000101001111011101110001011001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3898A; }

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

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

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

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

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

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

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

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