#C3898B

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

Shades of Puce #C3898B

Tints of Puce #C3898B

Color information

#C3898B (or 0xC3898B) is unknown color: approx Puce. HEX triplet: C3, 89 and 8B. RGB value is (195,137,139). Sum of RGB (Red+Green+Blue) = 195+137+139=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3898B is #3C7674. Grayscale: #9A9A9A. Windows color (decimal): -3962485 or 9144771. OLE color: 9144771.

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

Color convert

RGB195137139-
CMYK00.300.290.24
HSL357.93º32.58%65.1%-
HSV(B)357.93º29.74%76.47%-
XYZ36.1131.3628.58-
YUV154.57119.22156.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=41.40%
G=29.09%
B=29.51%

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
Decimal19513713900.300.290.24357.9332.5865.1
HexC3898B01E1D181662141
Octal303211213036353054641101
Binary11000011100010011000101101111011101110001011001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3898B; }

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

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

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

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

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

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

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

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