#CF9B90

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

Shades of Rose #CF9B90

Tints of Rose #CF9B90

Color information

#CF9B90 (or 0xCF9B90) is unknown color: approx Rose. HEX triplet: CF, 9B and 90. RGB value is (207,155,144). Sum of RGB (Red+Green+Blue) = 207+155+144=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B90 is #30646F. Grayscale: #A9A9A9. Windows color (decimal): -3171440 or 9477071. OLE color: 9477071.

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

Color convert

RGB207155144-
CMYK00.250.300.19
HSL10.48º39.62%68.82%-
HSV(B)10.48º30.43%81.18%-
XYZ42.4938.7231.62-
YUV169.29113.73154.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=40.91%
G=30.63%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715514400.250.300.1910.4839.6268.82
HexCF9B900191E13a2845
Octal31723322003136231250105
Binary110011111001101110010000011001111101001110101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B90; }

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

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

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

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

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

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

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

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