#CBA890

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

Shades of Cameo #CBA890

Tints of Cameo #CBA890

Color information

#CBA890 (or 0xCBA890) is unknown color: approx Cameo. HEX triplet: CB, A8 and 90. RGB value is (203,168,144). Sum of RGB (Red+Green+Blue) = 203+168+144=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA890 is #34576F. Grayscale: #AFAFAF. Windows color (decimal): -3430256 or 9480395. OLE color: 9480395.

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

Color convert

RGB203168144-
CMYK00.170.290.20
HSL24.41º36.2%68.04%-
HSV(B)24.41º29.06%79.61%-
XYZ43.6742.7232.33-
YUV175.73110.1147.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=39.42%
G=32.62%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316814400.170.290.2024.4136.268.04
HexCBA8900111D14182444
Octal31325022002135243044104
Binary1100101110101000100100000100011110110100110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA890; }

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

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

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

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

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

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

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

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