#CF858D

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

Shades of Puce #CF858D

Tints of Puce #CF858D

Color information

#CF858D (or 0xCF858D) is unknown color: approx Puce. HEX triplet: CF, 85 and 8D. RGB value is (207,133,141). Sum of RGB (Red+Green+Blue) = 207+133+141=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858D is #307A72. Grayscale: #9C9C9C. Windows color (decimal): -3177075 or 9274831. OLE color: 9274831.

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

Color convert

RGB207133141-
CMYK00.360.320.19
HSL353.51º43.53%66.67%-
HSV(B)353.51º35.75%81.18%-
XYZ38.9331.9629.32-
YUV156.04119.52164.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=43.04%
G=27.65%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713314100.360.320.19353.5143.5366.67
HexCF858D02420131622c43
Octal317205215044402354254103
Binary1100111110000101100011010100100100000100111011000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF858D; }

 p { color: rgb(207,133,141); }

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

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

 a { background-color: rgb(207,133,141); }

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

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

 span { border-color: rgb(207,133,141); }

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