#CCAB88

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

Shades of Cameo #CCAB88

Tints of Cameo #CCAB88

Color information

#CCAB88 (or 0xCCAB88) is unknown color: approx Cameo. HEX triplet: CC, AB and 88. RGB value is (204,171,136). Sum of RGB (Red+Green+Blue) = 204+171+136=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB88 is #335477. Grayscale: #B1B1B1. Windows color (decimal): -3363960 or 8956876. OLE color: 8956876.

HSL color Cylindrical-coordinate representation of color #CCAB88: hue angle of 30.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCAB88 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204171136-
CMYK00.160.330.2
HSL30.88º40%66.67%-
HSV(B)30.88º33.33%80%-
XYZ43.9143.7429.42-
YUV176.88104.93147.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=39.92%
G=33.46%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417113600.160.330.230.884066.67
HexCCAB8801021141f2843
Octal31425321002041243750103
Binary11001100101010111000100001000010000110100111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB88; }

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

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

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

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

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

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

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

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