#CF898F

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

Shades of Puce #CF898F

Tints of Puce #CF898F

Color information

#CF898F (or 0xCF898F) is unknown color: approx Puce. HEX triplet: CF, 89 and 8F. RGB value is (207,137,143). Sum of RGB (Red+Green+Blue) = 207+137+143=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898F is #307670. Grayscale: #9E9E9E. Windows color (decimal): -3176049 or 9406927. OLE color: 9406927.

HSL color Cylindrical-coordinate representation of color #CF898F: hue angle of 354.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF898F is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207137143-
CMYK00.340.310.19
HSL354.86º42.17%67.45%-
HSV(B)354.86º33.82%81.18%-
XYZ39.6433.1430.29-
YUV158.61119.19162.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=42.51%
G=28.13%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713714300.340.310.19354.8642.1767.45
HexCF898F0221F131632a43
Octal317211217042372354352103
Binary110011111000100110001111010001011111100111011000111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF898F; }

 p { color: rgb(207,137,143); }

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

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

 a { background-color: rgb(207,137,143); }

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

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

 span { border-color: rgb(207,137,143); }

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