#CF848C

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

Shades of Puce #CF848C

Tints of Puce #CF848C

Color information

#CF848C (or 0xCF848C) is unknown color: approx Puce. HEX triplet: CF, 84 and 8C. RGB value is (207,132,140). Sum of RGB (Red+Green+Blue) = 207+132+140=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF848C is #307B73. Grayscale: #9B9B9B. Windows color (decimal): -3177332 or 9209039. OLE color: 9209039.

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

Color convert

RGB207132140-
CMYK00.360.320.19
HSL353.6º43.86%66.47%-
HSV(B)353.6º36.23%81.18%-
XYZ38.7231.6628.88-
YUV155.34119.35164.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.22%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=43.22%
G=27.56%
B=29.23%

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
Decimal20713214000.360.320.19353.643.8666.47
HexCF848C02420131622c42
Octal317204214044402354254102
Binary1100111110000100100011000100100100000100111011000101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF848C; }

 p { color: rgb(207,132,140); }

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

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

 a { background-color: rgb(207,132,140); }

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

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

 span { border-color: rgb(207,132,140); }

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