#CF869C

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

Shades of Puce #CF869C

Tints of Puce #CF869C

Color information

#CF869C (or 0xCF869C) is unknown color: approx Puce. HEX triplet: CF, 86 and 9C. RGB value is (207,134,156). Sum of RGB (Red+Green+Blue) = 207+134+156=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF869C is #307963. Grayscale: #9E9E9E. Windows color (decimal): -3176804 or 10258127. OLE color: 10258127.

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

Color convert

RGB207134156-
CMYK00.350.250.19
HSL341.92º43.2%66.86%-
HSV(B)341.92º35.27%81.18%-
XYZ40.2632.7235.65-
YUV158.33126.68162.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=41.65%
G=26.96%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713415600.350.250.19341.9243.266.86
HexCF869C02319131562b43
Octal317206234043312352653103
Binary110011111000011010011100010001111001100111010101101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF869C; }

 p { color: rgb(207,134,156); }

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

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

 a { background-color: rgb(207,134,156); }

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

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

 span { border-color: rgb(207,134,156); }

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