#CBA28F

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

Shades of Rose #CBA28F

Tints of Rose #CBA28F

Color information

#CBA28F (or 0xCBA28F) is unknown color: approx Rose. HEX triplet: CB, A2 and 8F. RGB value is (203,162,143). Sum of RGB (Red+Green+Blue) = 203+162+143=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA28F is #345D70. Grayscale: #ACACAC. Windows color (decimal): -3431793 or 9413323. OLE color: 9413323.

HSL color Cylindrical-coordinate representation of color #CBA28F: hue angle of 19º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA28F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203162143-
CMYK00.200.300.20
HSL19º36.59%67.84%-
HSV(B)19º29.56%79.61%-
XYZ42.5140.5231.57-
YUV172.09111.58150.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=39.96%
G=31.89%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316214300.200.300.201936.5967.84
HexCBA28F0141E14132544
Octal31324221702436242345104
Binary1100101110100010100011110101001111010100100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA28F; }

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

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

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

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

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

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

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

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