#CF8A92

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

Shades of Puce #CF8A92

Tints of Puce #CF8A92

Color information

#CF8A92 (or 0xCF8A92) is unknown color: approx Puce. HEX triplet: CF, 8A and 92. RGB value is (207,138,146). Sum of RGB (Red+Green+Blue) = 207+138+146=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8A92 is #30756D. Grayscale: #9F9F9F. Windows color (decimal): -3175790 or 9603791. OLE color: 9603791.

HSL color Cylindrical-coordinate representation of color #CF8A92: hue angle of 353.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8A92 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207138146-
CMYK00.330.290.19
HSL353.04º41.82%67.65%-
HSV(B)353.04º33.33%81.18%-
XYZ40.0133.5231.55-
YUV159.54120.36161.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=42.16%
G=28.11%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713814600.330.290.19353.0441.8267.65
HexCF8A920211D131612a44
Octal317212222041352354152104
Binary110011111000101010010010010000111101100111011000011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8A92; }

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

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

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

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

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

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

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

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