#C88390

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

Shades of Puce #C88390

Tints of Puce #C88390

Color information

#C88390 (or 0xC88390) is unknown color: approx Puce. HEX triplet: C8, 83 and 90. RGB value is (200,131,144). Sum of RGB (Red+Green+Blue) = 200+131+144=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C88390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88390 is #377C6F. Grayscale: #999999. Windows color (decimal): -3636336 or 9470920. OLE color: 9470920.

HSL color Cylindrical-coordinate representation of color #C88390: hue angle of 348.7º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88390 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200131144-
CMYK00.340.280.22
HSL348.7º38.55%64.9%-
HSV(B)348.7º34.5%78.43%-
XYZ36.9730.5330.33-
YUV153.11122.86161.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=42.11%
G=27.58%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013114400.340.280.22348.738.5564.9
HexC883900221C1615d2741
Octal310203220042342653547101
Binary110010001000001110010000010001011100101101010111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88390; }

 p { color: rgb(200,131,144); }

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

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

 a { background-color: rgb(200,131,144); }

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

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

 span { border-color: rgb(200,131,144); }

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