#CBA490

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

Shades of Rose #CBA490

Tints of Rose #CBA490

Color information

#CBA490 (or 0xCBA490) is unknown color: approx Rose. HEX triplet: CB, A4 and 90. RGB value is (203,164,144). Sum of RGB (Red+Green+Blue) = 203+164+144=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA490 is #345B6F. Grayscale: #ADADAD. Windows color (decimal): -3431280 or 9479371. OLE color: 9479371.

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

Color convert

RGB203164144-
CMYK00.190.290.20
HSL20.34º36.2%68.04%-
HSV(B)20.34º29.06%79.61%-
XYZ42.9441.2632.09-
YUV173.38111.42149.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=39.73%
G=32.09%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316414400.190.290.2020.3436.268.04
HexCBA4900131D14142444
Octal31324422002335242444104
Binary1100101110100100100100000100111110110100101001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA490; }

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

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

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

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

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

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

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

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