#CF868F

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

Shades of Puce #CF868F

Tints of Puce #CF868F

Color information

#CF868F (or 0xCF868F) is unknown color: approx Puce. HEX triplet: CF, 86 and 8F. RGB value is (207,134,143). Sum of RGB (Red+Green+Blue) = 207+134+143=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868F is #307970. Grayscale: #9C9C9C. Windows color (decimal): -3176817 or 9406159. OLE color: 9406159.

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

Color convert

RGB207134143-
CMYK00.350.310.19
HSL352.6º43.2%66.86%-
HSV(B)352.6º35.27%81.18%-
XYZ39.2232.330.15-
YUV156.85120.18163.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=42.77%
G=27.69%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713414300.350.310.19352.643.266.86
HexCF868F0231F131612b43
Octal317206217043372354153103
Binary110011111000011010001111010001111111100111011000011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF868F; }

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

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

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

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

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

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

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

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