#CBA789

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

Shades of Cameo #CBA789

Tints of Cameo #CBA789

Color information

#CBA789 (or 0xCBA789) is unknown color: approx Cameo. HEX triplet: CB, A7 and 89. RGB value is (203,167,137). Sum of RGB (Red+Green+Blue) = 203+167+137=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA789 is #345876. Grayscale: #AEAEAE. Windows color (decimal): -3430519 or 9021387. OLE color: 9021387.

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

Color convert

RGB203167137-
CMYK00.180.330.20
HSL27.27º38.82%66.67%-
HSV(B)27.27º32.51%79.61%-
XYZ42.9642.1429.54-
YUV174.34106.93148.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=40.04%
G=32.94%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316713700.180.330.2027.2738.8266.67
HexCBA78901221141b2743
Octal31324721102241243347103
Binary11001011101001111000100101001010000110100110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA789; }

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

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

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

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

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

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

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

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