#CF8789

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

Shades of Puce #CF8789

Tints of Puce #CF8789

Color information

#CF8789 (or 0xCF8789) is unknown color: approx Puce. HEX triplet: CF, 87 and 89. RGB value is (207,135,137). Sum of RGB (Red+Green+Blue) = 207+135+137=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8789 is #307876. Grayscale: #9C9C9C. Windows color (decimal): -3176567 or 9013199. OLE color: 9013199.

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

Color convert

RGB207135137-
CMYK00.350.340.19
HSL358.33º42.86%67.06%-
HSV(B)358.33º34.78%81.18%-
XYZ38.9132.427.87-
YUV156.76116.85163.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=43.22%
G=28.18%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713513700.350.340.19358.3342.8667.06
HexCF878902322131662b43
Octal317207211043422354653103
Binary1100111110000111100010010100011100010100111011001101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8789; }

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

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

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

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

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

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

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

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