#C38990

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

Shades of Puce #C38990

Tints of Puce #C38990

Color information

#C38990 (or 0xC38990) is unknown color: approx Puce. HEX triplet: C3, 89 and 90. RGB value is (195,137,144). Sum of RGB (Red+Green+Blue) = 195+137+144=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38990 is #3C766F. Grayscale: #9B9B9B. Windows color (decimal): -3962480 or 9472451. OLE color: 9472451.

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

Color convert

RGB195137144-
CMYK00.300.260.24
HSL352.76º32.58%65.1%-
HSV(B)352.76º29.74%76.47%-
XYZ36.4931.5130.54-
YUV155.14121.72156.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=40.97%
G=28.78%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513714400.300.260.24352.7632.5865.1
HexC3899001E1A181612141
Octal303211220036323054141101
Binary11000011100010011001000001111011010110001011000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38990; }

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

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

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

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

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

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

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

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