#CB9D95

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

Shades of Rose #CB9D95

Tints of Rose #CB9D95

Color information

#CB9D95 (or 0xCB9D95) is unknown color: approx Rose. HEX triplet: CB, 9D and 95. RGB value is (203,157,149). Sum of RGB (Red+Green+Blue) = 203+157+149=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D95 is #34626A. Grayscale: #A9A9A9. Windows color (decimal): -3433067 or 9805259. OLE color: 9805259.

HSL color Cylindrical-coordinate representation of color #CB9D95: hue angle of 8.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9D95 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203157149-
CMYK00.230.270.20
HSL8.89º34.18%69.02%-
HSV(B)8.89º26.6%79.61%-
XYZ42.1138.9833.74-
YUV169.84116.24151.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=39.88%
G=30.84%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315714900.230.270.208.8934.1869.02
HexCB9D950171B1492245
Octal31323522502733241142105
Binary110010111001110110010101010111110111010010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D95; }

 p { color: rgb(203,157,149); }

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

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

 a { background-color: rgb(203,157,149); }

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

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

 span { border-color: rgb(203,157,149); }

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