#C2848B

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

Shades of Puce #C2848B

Tints of Puce #C2848B

Color information

#C2848B (or 0xC2848B) is unknown color: approx Puce. HEX triplet: C2, 84 and 8B. RGB value is (194,132,139). Sum of RGB (Red+Green+Blue) = 194+132+139=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2848B is #3D7B74. Grayscale: #979797. Windows color (decimal): -4029301 or 9143490. OLE color: 9143490.

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

Color convert

RGB194132139-
CMYK00.320.280.24
HSL353.23º33.7%63.92%-
HSV(B)353.23º31.96%76.08%-
XYZ35.1629.8428.33-
YUV151.34121.04158.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=41.72%
G=28.39%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413213900.320.280.24353.2333.763.92
HexC2848B0201C181612240
Octal302204213040343054142100
Binary110000101000010010001011010000011100110001011000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2848B; }

 p { color: rgb(194,132,139); }

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

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

 a { background-color: rgb(194,132,139); }

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

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

 span { border-color: rgb(194,132,139); }

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