#CF838C

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

Shades of Puce #CF838C

Tints of Puce #CF838C

Color information

#CF838C (or 0xCF838C) is unknown color: approx Puce. HEX triplet: CF, 83 and 8C. RGB value is (207,131,140). Sum of RGB (Red+Green+Blue) = 207+131+140=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF838C is #307C73. Grayscale: #9A9A9A. Windows color (decimal): -3177588 or 9208783. OLE color: 9208783.

HSL color Cylindrical-coordinate representation of color #CF838C: hue angle of 352.89º degrees, saturation: 0.44, 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 #CF838C is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207131140-
CMYK00.370.320.19
HSL352.89º44.19%66.27%-
HSV(B)352.89º36.71%81.18%-
XYZ38.5831.3928.84-
YUV154.75119.68165.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=43.31%
G=27.41%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713114000.370.320.19352.8944.1966.27
HexCF838C02520131612c42
Octal317203214045402354154102
Binary1100111110000011100011000100101100000100111011000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF838C; }

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

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

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

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

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

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

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

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