#CBA290

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

Shades of Rose #CBA290

Tints of Rose #CBA290

Color information

#CBA290 (or 0xCBA290) is unknown color: approx Rose. HEX triplet: CB, A2 and 90. RGB value is (203,162,144). Sum of RGB (Red+Green+Blue) = 203+162+144=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA290 is #345D6F. Grayscale: #ACACAC. Windows color (decimal): -3431792 or 9478859. OLE color: 9478859.

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

Color convert

RGB203162144-
CMYK00.200.290.20
HSL18.31º36.2%68.04%-
HSV(B)18.31º29.06%79.61%-
XYZ42.5840.5531.97-
YUV172.21112.08149.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=39.88%
G=31.83%
B=28.29%

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
Decimal20316214400.200.290.2018.3136.268.04
HexCBA2900141D14122444
Octal31324222002435242244104
Binary1100101110100010100100000101001110110100100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA290; }

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

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

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

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

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

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

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

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