#C38194

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

Shades of Puce #C38194

Tints of Puce #C38194

Color information

#C38194 (or 0xC38194) is unknown color: approx Puce. HEX triplet: C3, 81 and 94. RGB value is (195,129,148). Sum of RGB (Red+Green+Blue) = 195+129+148=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38194 is #3C7E6B. Grayscale: #969696. Windows color (decimal): -3964524 or 9732547. OLE color: 9732547.

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

Color convert

RGB195129148-
CMYK00.340.240.24
HSL342.73º35.48%63.53%-
HSV(B)342.73º33.85%76.47%-
XYZ35.729.4431.82-
YUV150.9126.37159.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=41.31%
G=27.33%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512914800.340.240.24342.7335.4863.53
HexC3819402218181572340
Octal303201224042303052743100
Binary110000111000000110010100010001011000110001010101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38194; }

 p { color: rgb(195,129,148); }

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

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

 a { background-color: rgb(195,129,148); }

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

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

 span { border-color: rgb(195,129,148); }

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