#CBA293

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

Shades of Rose #CBA293

Tints of Rose #CBA293

Color information

#CBA293 (or 0xCBA293) is unknown color: approx Rose. HEX triplet: CB, A2 and 93. RGB value is (203,162,147). Sum of RGB (Red+Green+Blue) = 203+162+147=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA293 is #345D6C. Grayscale: #ACACAC. Windows color (decimal): -3431789 or 9675467. OLE color: 9675467.

HSL color Cylindrical-coordinate representation of color #CBA293: hue angle of 16.07º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA293 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB203162147-
CMYK00.200.280.20
HSL16.07º35%68.63%-
HSV(B)16.07º27.59%79.61%-
XYZ42.8240.6433.19-
YUV172.55113.58149.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=39.65%
G=31.64%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316214700.200.280.2016.073568.63
HexCBA2930141C14102345
Octal31324222302434242043105
Binary1100101110100010100100110101001110010100100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA293; }

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

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

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

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

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

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

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

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