#CF8692

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

Shades of Puce #CF8692

Tints of Puce #CF8692

Color information

#CF8692 (or 0xCF8692) is unknown color: approx Puce. HEX triplet: CF, 86 and 92. RGB value is (207,134,146). Sum of RGB (Red+Green+Blue) = 207+134+146=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8692 is #30796D. Grayscale: #9D9D9D. Windows color (decimal): -3176814 or 9602767. OLE color: 9602767.

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

Color convert

RGB207134146-
CMYK00.350.290.19
HSL350.14º43.2%66.86%-
HSV(B)350.14º35.27%81.18%-
XYZ39.4532.3931.37-
YUV157.2121.68163.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=42.51%
G=27.52%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713414600.350.290.19350.1443.266.86
HexCF86920231D1315e2b43
Octal317206222043352353653103
Binary110011111000011010010010010001111101100111010111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8692; }

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

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

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

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

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

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

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

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