#CB9A91

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

Shades of Rose #CB9A91

Tints of Rose #CB9A91

Color information

#CB9A91 (or 0xCB9A91) is unknown color: approx Rose. HEX triplet: CB, 9A and 91. RGB value is (203,154,145). Sum of RGB (Red+Green+Blue) = 203+154+145=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A91 is #34656E. Grayscale: #A7A7A7. Windows color (decimal): -3433839 or 9542347. OLE color: 9542347.

HSL color Cylindrical-coordinate representation of color #CB9A91: hue angle of 9.31º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9A91 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203154145-
CMYK00.240.290.20
HSL9.31º35.8%68.24%-
HSV(B)9.31º28.57%79.61%-
XYZ41.337.8531.92-
YUV167.62115.23153.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=40.44%
G=30.68%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315414500.240.290.209.3135.868.24
HexCB9A910181D1492444
Octal31323222103035241144104
Binary110010111001101010010001011000111011010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A91; }

 p { color: rgb(203,154,145); }

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

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

 a { background-color: rgb(203,154,145); }

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

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

 span { border-color: rgb(203,154,145); }

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