#CF9F8B

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

Shades of Rose #CF9F8B

Tints of Rose #CF9F8B

Color information

#CF9F8B (or 0xCF9F8B) is unknown color: approx Rose. HEX triplet: CF, 9F and 8B. RGB value is (207,159,139). Sum of RGB (Red+Green+Blue) = 207+159+139=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F8B is #306074. Grayscale: #ABABAB. Windows color (decimal): -3170421 or 9150415. OLE color: 9150415.

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

Color convert

RGB207159139-
CMYK00.230.330.19
HSL17.65º41.46%67.84%-
HSV(B)17.65º32.85%81.18%-
XYZ42.7939.9329.88-
YUV171.07109.9153.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=40.99%
G=31.49%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715913900.230.330.1917.6541.4667.84
HexCF9F8B0172113122944
Octal31723721302741232251104
Binary11001111100111111000101101011110000110011100101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F8B; }

 p { color: rgb(207,159,139); }

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

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

 a { background-color: rgb(207,159,139); }

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

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

 span { border-color: rgb(207,159,139); }

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