#C38A8B

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

Shades of Puce #C38A8B

Tints of Puce #C38A8B

Color information

#C38A8B (or 0xC38A8B) is unknown color: approx Puce. HEX triplet: C3, 8A and 8B. RGB value is (195,138,139). Sum of RGB (Red+Green+Blue) = 195+138+139=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A8B is #3C7574. Grayscale: #9B9B9B. Windows color (decimal): -3962229 or 9145027. OLE color: 9145027.

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

Color convert

RGB195138139-
CMYK00.290.290.24
HSL358.95º32.2%65.29%-
HSV(B)358.95º29.23%76.47%-
XYZ36.2531.6428.62-
YUV155.16118.88156.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=41.31%
G=29.24%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513813900.290.290.24358.9532.265.29
HexC38A8B01D1D181672041
Octal303212213035353054740101
Binary11000011100010101000101101110111101110001011001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A8B; }

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

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

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

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

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

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

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

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