#CF858A

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

Shades of Puce #CF858A

Tints of Puce #CF858A

Color information

#CF858A (or 0xCF858A) is unknown color: approx Puce. HEX triplet: CF, 85 and 8A. RGB value is (207,133,138). Sum of RGB (Red+Green+Blue) = 207+133+138=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858A is #307A75. Grayscale: #9B9B9B. Windows color (decimal): -3177078 or 9078223. OLE color: 9078223.

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

Color convert

RGB207133138-
CMYK00.360.330.19
HSL355.95º43.53%66.67%-
HSV(B)355.95º35.75%81.18%-
XYZ38.7131.8828.16-
YUV155.7118.02164.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=43.31%
G=27.82%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713313800.360.330.19355.9543.5366.67
HexCF858A02421131642c43
Octal317205212044412354454103
Binary1100111110000101100010100100100100001100111011001001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF858A; }

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

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

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

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

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

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

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

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