#CF988D

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

Shades of Rose #CF988D

Tints of Rose #CF988D

Color information

#CF988D (or 0xCF988D) is unknown color: approx Rose. HEX triplet: CF, 98 and 8D. RGB value is (207,152,141). Sum of RGB (Red+Green+Blue) = 207+152+141=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF988D is #306772. Grayscale: #A7A7A7. Windows color (decimal): -3172211 or 9279695. OLE color: 9279695.

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

Color convert

RGB207152141-
CMYK00.270.320.19
HSL10º40.74%68.24%-
HSV(B)10º31.88%81.18%-
XYZ41.7737.6430.26-
YUV167.19113.22156.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=41.4%
G=30.4%
B=28.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715214100.270.320.191040.7468.24
HexCF988D01B2013a2944
Octal31723021503340231251104
Binary1100111110011000100011010110111000001001110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF988D; }

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

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

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

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

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

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

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

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