#CF9990

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

Shades of Rose #CF9990

Tints of Rose #CF9990

Color information

#CF9990 (or 0xCF9990) is unknown color: approx Rose. HEX triplet: CF, 99 and 90. RGB value is (207,153,144). Sum of RGB (Red+Green+Blue) = 207+153+144=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9990 is #30666F. Grayscale: #A8A8A8. Windows color (decimal): -3171952 or 9476559. OLE color: 9476559.

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

Color convert

RGB207153144-
CMYK00.260.300.19
HSL8.57º39.62%68.82%-
HSV(B)8.57º30.43%81.18%-
XYZ42.1638.0631.51-
YUV168.12114.39155.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=41.07%
G=30.36%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715314400.260.300.198.5739.6268.82
HexCF999001A1E1392845
Octal31723122003236231150105
Binary110011111001100110010000011010111101001110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9990; }

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

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

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

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

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

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

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

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