#CBA089

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

Shades of Cameo #CBA089

Tints of Cameo #CBA089

Color information

#CBA089 (or 0xCBA089) is unknown color: approx Cameo. HEX triplet: CB, A0 and 89. RGB value is (203,160,137). Sum of RGB (Red+Green+Blue) = 203+160+137=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA089 is #345F76. Grayscale: #AAAAAA. Windows color (decimal): -3432311 or 9019595. OLE color: 9019595.

HSL color Cylindrical-coordinate representation of color #CBA089: hue angle of 20.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA089 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203160137-
CMYK00.210.330.20
HSL20.91º38.82%66.67%-
HSV(B)20.91º32.51%79.61%-
XYZ41.7139.6429.12-
YUV170.24109.25151.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=40.6%
G=32%
B=27.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316013700.210.330.2020.9138.8266.67
HexCBA0890152114152743
Octal31324021102541242547103
Binary11001011101000001000100101010110000110100101011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA089; }

 p { color: rgb(203,160,137); }

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

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

 a { background-color: rgb(203,160,137); }

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

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

 span { border-color: rgb(203,160,137); }

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