#CF998D

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

Shades of Rose #CF998D

Tints of Rose #CF998D

Color information

#CF998D (or 0xCF998D) is unknown color: approx Rose. HEX triplet: CF, 99 and 8D. RGB value is (207,153,141). Sum of RGB (Red+Green+Blue) = 207+153+141=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF998D is #306672. Grayscale: #A7A7A7. Windows color (decimal): -3171955 or 9279951. OLE color: 9279951.

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

Color convert

RGB207153141-
CMYK00.260.320.19
HSL10.91º40.74%68.24%-
HSV(B)10.91º31.88%81.18%-
XYZ41.9337.9730.32-
YUV167.78112.89155.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=41.32%
G=30.54%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715314100.260.320.1910.9140.7468.24
HexCF998D01A2013b2944
Octal31723121503240231351104
Binary1100111110011001100011010110101000001001110111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF998D; }

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

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

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

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

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

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

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

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