#CF898B

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

Shades of Puce #CF898B

Tints of Puce #CF898B

Color information

#CF898B (or 0xCF898B) is unknown color: approx Puce. HEX triplet: CF, 89 and 8B. RGB value is (207,137,139). Sum of RGB (Red+Green+Blue) = 207+137+139=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898B is #307674. Grayscale: #9E9E9E. Windows color (decimal): -3176053 or 9144783. OLE color: 9144783.

HSL color Cylindrical-coordinate representation of color #CF898B: hue angle of 358.29º 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 #CF898B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207137139-
CMYK00.340.330.19
HSL358.29º42.17%67.45%-
HSV(B)358.29º33.82%81.18%-
XYZ39.3433.0228.73-
YUV158.16117.19162.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=42.86%
G=28.36%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713713900.340.330.19358.2942.1767.45
HexCF898B02221131662a43
Octal317211213042412354652103
Binary1100111110001001100010110100010100001100111011001101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF898B; }

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

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

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

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

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

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

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

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