#CF8298

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

Shades of Puce #CF8298

Tints of Puce #CF8298

Color information

#CF8298 (or 0xCF8298) is unknown color: approx Puce. HEX triplet: CF, 82 and 98. RGB value is (207,130,152). Sum of RGB (Red+Green+Blue) = 207+130+152=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8298 is #307D67. Grayscale: #9B9B9B. Windows color (decimal): -3177832 or 9994959. OLE color: 9994959.

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

Color convert

RGB207130152-
CMYK00.370.270.19
HSL342.86º44.51%66.08%-
HSV(B)342.86º37.2%81.18%-
XYZ39.3831.533.71-
YUV155.53126.01164.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=42.33%
G=26.58%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713015200.370.270.19342.8644.5166.08
HexCF82980251B131572d42
Octal317202230045332352755102
Binary110011111000001010011000010010111011100111010101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8298; }

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

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

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

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

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

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

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

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