#CBA291

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

Shades of Rose #CBA291

Tints of Rose #CBA291

Color information

#CBA291 (or 0xCBA291) is unknown color: approx Rose. HEX triplet: CB, A2 and 91. RGB value is (203,162,145). Sum of RGB (Red+Green+Blue) = 203+162+145=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA291 is #345D6E. Grayscale: #ACACAC. Windows color (decimal): -3431791 or 9544395. OLE color: 9544395.

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

Color convert

RGB203162145-
CMYK00.200.290.20
HSL17.59º35.8%68.24%-
HSV(B)17.59º28.57%79.61%-
XYZ42.6640.5832.37-
YUV172.32112.58149.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=39.80%
G=31.76%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316214500.200.290.2017.5935.868.24
HexCBA2910141D14122444
Octal31324222102435242244104
Binary1100101110100010100100010101001110110100100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA291; }

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

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

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

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

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

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

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

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