#CBA191

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

Shades of Rose #CBA191

Tints of Rose #CBA191

Color information

#CBA191 (or 0xCBA191) is unknown color: approx Rose. HEX triplet: CB, A1 and 91. RGB value is (203,161,145). Sum of RGB (Red+Green+Blue) = 203+161+145=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA191 is #345E6E. Grayscale: #ABABAB. Windows color (decimal): -3432047 or 9544139. OLE color: 9544139.

HSL color Cylindrical-coordinate representation of color #CBA191: hue angle of 16.55º 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 #CBA191 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203161145-
CMYK00.210.290.20
HSL16.55º35.8%68.24%-
HSV(B)16.55º28.57%79.61%-
XYZ42.4840.2332.31-
YUV171.73112.91150.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=39.88%
G=31.63%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316114500.210.290.2016.5535.868.24
HexCBA1910151D14112444
Octal31324122102535242144104
Binary1100101110100001100100010101011110110100100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA191; }

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

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

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

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

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

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

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

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