#CBA788

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

Shades of Cameo #CBA788

Tints of Cameo #CBA788

Color information

#CBA788 (or 0xCBA788) is unknown color: approx Cameo. HEX triplet: CB, A7 and 88. RGB value is (203,167,136). Sum of RGB (Red+Green+Blue) = 203+167+136=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA788 is #345877. Grayscale: #AEAEAE. Windows color (decimal): -3430520 or 8955851. OLE color: 8955851.

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

Color convert

RGB203167136-
CMYK00.180.330.20
HSL27.76º39.18%66.47%-
HSV(B)27.76º33%79.61%-
XYZ42.8942.1129.16-
YUV174.23106.43148.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=40.12%
G=33.00%
B=26.88%

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
Decimal20316713600.180.330.2027.7639.1866.47
HexCBA78801221141c2742
Octal31324721002241243447102
Binary11001011101001111000100001001010000110100111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA788; }

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

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

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

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

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

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

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

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