#CBA88E

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

Shades of Cameo #CBA88E

Tints of Cameo #CBA88E

Color information

#CBA88E (or 0xCBA88E) is unknown color: approx Cameo. HEX triplet: CB, A8 and 8E. RGB value is (203,168,142). Sum of RGB (Red+Green+Blue) = 203+168+142=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA88E is #345771. Grayscale: #AFAFAF. Windows color (decimal): -3430258 or 9349323. OLE color: 9349323.

HSL color Cylindrical-coordinate representation of color #CBA88E: hue angle of 25.57º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA88E is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203168142-
CMYK00.170.300.20
HSL25.57º36.97%67.65%-
HSV(B)25.57º30.05%79.61%-
XYZ43.5142.6531.53-
YUV175.5109.1147.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=39.57%
G=32.75%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316814200.170.300.2025.5736.9767.65
HexCBA88E0111E141a2544
Octal31325021602136243245104
Binary1100101110101000100011100100011111010100110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA88E; }

 p { color: rgb(203,168,142); }

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

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

 a { background-color: rgb(203,168,142); }

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

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

 span { border-color: rgb(203,168,142); }

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