#CCAB8D

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

Shades of Cameo #CCAB8D

Tints of Cameo #CCAB8D

Color information

#CCAB8D (or 0xCCAB8D) is unknown color: approx Cameo. HEX triplet: CC, AB and 8D. RGB value is (204,171,141). Sum of RGB (Red+Green+Blue) = 204+171+141=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB8D is #335472. Grayscale: #B1B1B1. Windows color (decimal): -3363955 or 9284556. OLE color: 9284556.

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

Color convert

RGB204171141-
CMYK00.160.310.2
HSL28.57º38.18%67.65%-
HSV(B)28.57º30.88%80%-
XYZ44.2743.8931.34-
YUV177.45107.43146.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=39.53%
G=33.14%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417114100.160.310.228.5738.1867.65
HexCCAB8D0101F141d2644
Octal31425321502037243546104
Binary1100110010101011100011010100001111110100111011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB8D; }

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

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

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

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

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

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

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

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