#CEAB88

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

Shades of Cameo #CEAB88

Tints of Cameo #CEAB88

Color information

#CEAB88 (or 0xCEAB88) is unknown color: approx Cameo. HEX triplet: CE, AB and 88. RGB value is (206,171,136). Sum of RGB (Red+Green+Blue) = 206+171+136=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB88 is #315477. Grayscale: #B1B1B1. Windows color (decimal): -3232888 or 8956878. OLE color: 8956878.

HSL color Cylindrical-coordinate representation of color #CEAB88: hue angle of 30º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEAB88 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB206171136-
CMYK00.170.340.19
HSL30º41.67%67.06%-
HSV(B)30º33.98%80.78%-
XYZ44.4644.0329.45-
YUV177.48104.6148.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=40.16%
G=33.33%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617113600.170.340.193041.6767.06
HexCEAB8801122131e2a43
Octal31625321002142233652103
Binary11001110101010111000100001000110001010011111101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB88; }

 p { color: rgb(206,171,136); }

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

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

 a { background-color: rgb(206,171,136); }

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

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

 span { border-color: rgb(206,171,136); }

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