#CBA088

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

Shades of Cameo #CBA088

Tints of Cameo #CBA088

Color information

#CBA088 (or 0xCBA088) is unknown color: approx Cameo. HEX triplet: CB, A0 and 88. RGB value is (203,160,136). Sum of RGB (Red+Green+Blue) = 203+160+136=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA088 is #345F77. Grayscale: #AAAAAA. Windows color (decimal): -3432312 or 8954059. OLE color: 8954059.

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

Color convert

RGB203160136-
CMYK00.210.330.20
HSL21.49º39.18%66.47%-
HSV(B)21.49º33%79.61%-
XYZ41.6439.6228.74-
YUV170.12108.75151.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=40.68%
G=32.06%
B=27.25%

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
Decimal20316013600.210.330.2021.4939.1866.47
HexCBA0880152114152742
Octal31324021002541242547102
Binary11001011101000001000100001010110000110100101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA088; }

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

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

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

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

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

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

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

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