#CF9B8B

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

Shades of Rose #CF9B8B

Tints of Rose #CF9B8B

Color information

#CF9B8B (or 0xCF9B8B) is unknown color: approx Rose. HEX triplet: CF, 9B and 8B. RGB value is (207,155,139). Sum of RGB (Red+Green+Blue) = 207+155+139=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B8B is #306474. Grayscale: #A8A8A8. Windows color (decimal): -3171445 or 9149391. OLE color: 9149391.

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

Color convert

RGB207155139-
CMYK00.250.330.19
HSL14.12º41.46%67.84%-
HSV(B)14.12º32.85%81.18%-
XYZ42.1138.5729.65-
YUV168.72111.23155.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=41.32%
G=30.94%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715513900.250.330.1914.1241.4667.84
HexCF9B8B0192113e2944
Octal31723321303141231651104
Binary1100111110011011100010110110011000011001111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B8B; }

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

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

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

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

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

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

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

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