#CF8690

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

Shades of Puce #CF8690

Tints of Puce #CF8690

Color information

#CF8690 (or 0xCF8690) is unknown color: approx Puce. HEX triplet: CF, 86 and 90. RGB value is (207,134,144). Sum of RGB (Red+Green+Blue) = 207+134+144=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8690 is #30796F. Grayscale: #9D9D9D. Windows color (decimal): -3176816 or 9471695. OLE color: 9471695.

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

Color convert

RGB207134144-
CMYK00.350.300.19
HSL351.78º43.2%66.86%-
HSV(B)351.78º35.27%81.18%-
XYZ39.2932.3330.55-
YUV156.97120.68163.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=42.68%
G=27.63%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713414400.350.300.19351.7843.266.86
HexCF86900231E131602b43
Octal317206220043362354053103
Binary110011111000011010010000010001111110100111011000001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8690; }

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

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

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

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

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

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

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

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