#CF998F

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

Shades of Rose #CF998F

Tints of Rose #CF998F

Color information

#CF998F (or 0xCF998F) is unknown color: approx Rose. HEX triplet: CF, 99 and 8F. RGB value is (207,153,143). Sum of RGB (Red+Green+Blue) = 207+153+143=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF998F is #306670. Grayscale: #A8A8A8. Windows color (decimal): -3171953 or 9411023. OLE color: 9411023.

HSL color Cylindrical-coordinate representation of color #CF998F: hue angle of 9.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF998F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207153143-
CMYK00.260.310.19
HSL9.38º40%68.63%-
HSV(B)9.38º30.92%81.18%-
XYZ42.0838.0331.11-
YUV168.01113.89155.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=41.15%
G=30.42%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715314300.260.310.199.384068.63
HexCF998F01A1F1392845
Octal31723121703237231150105
Binary110011111001100110001111011010111111001110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF998F; }

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

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

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

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

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

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

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

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