#C0848D

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

Shades of Puce #C0848D

Tints of Puce #C0848D

Color information

#C0848D (or 0xC0848D) is unknown color: approx Puce. HEX triplet: C0, 84 and 8D. RGB value is (192,132,141). Sum of RGB (Red+Green+Blue) = 192+132+141=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0848D is #3F7B72. Grayscale: #969696. Windows color (decimal): -4160371 or 9274560. OLE color: 9274560.

HSL color Cylindrical-coordinate representation of color #C0848D: hue angle of 351º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0848D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192132141-
CMYK00.310.270.25
HSL351º32.26%63.53%-
HSV(B)351º31.25%75.29%-
XYZ34.829.6329.08-
YUV150.97122.38157.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=41.29%
G=28.39%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213214100.310.270.2535132.2663.53
HexC0848D01F1B1915f2040
Octal300204215037333153740100
Binary11000000100001001000110101111111011110011010111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0848D; }

 p { color: rgb(192,132,141); }

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

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

 a { background-color: rgb(192,132,141); }

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

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

 span { border-color: rgb(192,132,141); }

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