#cba690

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

Shades of Cameo #CBA690

Tints of Cameo #CBA690

Color information

#CBA690 (or 0xCBA690) is unknown color: approx Cameo. HEX triplet: CB, A6 and 90. RGB value is (203,166,144). Sum of RGB (Red+Green+Blue) = 203+166+144=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA690 is #34596F. Grayscale: #AEAEAE. Windows color (decimal): -3430768 or 9479883. OLE color: 9479883.

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

Color convert

RGB203166144-
CMYK00.180.290.20
HSL22.37º36.2%68.04%-
HSV(B)22.37º29.06%79.61%-
XYZ43.341.9832.21-
YUV174.55110.76148.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=39.57%
G=32.36%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316614400.180.290.2022.3736.268.04
HexCBA6900121D14162444
Octal31324622002235242644104
Binary1100101110100110100100000100101110110100101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba690; }

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

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

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

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

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

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

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

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