#C38A95

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

Shades of Puce #C38A95

Tints of Puce #C38A95

Color information

#C38A95 (or 0xC38A95) is unknown color: approx Puce. HEX triplet: C3, 8A and 95. RGB value is (195,138,149). Sum of RGB (Red+Green+Blue) = 195+138+149=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A95 is #3C756A. Grayscale: #9C9C9C. Windows color (decimal): -3962219 or 9800387. OLE color: 9800387.

HSL color Cylindrical-coordinate representation of color #C38A95: hue angle of 348.42º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38A95 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB195138149-
CMYK00.290.240.24
HSL348.42º32.2%65.29%-
HSV(B)348.42º29.23%76.47%-
XYZ37.0231.9532.65-
YUV156.3123.88155.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=40.46%
G=28.63%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513814900.290.240.24348.4232.265.29
HexC38A9501D181815c2041
Octal303212225035303053440101
Binary11000011100010101001010101110111000110001010111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A95; }

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

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

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

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

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

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

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

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