#CF8290

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

Shades of Puce #CF8290

Tints of Puce #CF8290

Color information

#CF8290 (or 0xCF8290) is unknown color: approx Puce. HEX triplet: CF, 82 and 90. RGB value is (207,130,144). Sum of RGB (Red+Green+Blue) = 207+130+144=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8290 is #307D6F. Grayscale: #9A9A9A. Windows color (decimal): -3177840 or 9470671. OLE color: 9470671.

HSL color Cylindrical-coordinate representation of color #CF8290: hue angle of 349.09º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8290 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207130144-
CMYK00.370.300.19
HSL349.09º44.51%66.08%-
HSV(B)349.09º37.2%81.18%-
XYZ38.7531.2430.37-
YUV154.62122.01165.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=43.04%
G=27.03%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713014400.370.300.19349.0944.5166.08
HexCF82900251E1315d2d42
Octal317202220045362353555102
Binary110011111000001010010000010010111110100111010111011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8290; }

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

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

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

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

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

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

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

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