#CCAB8B

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

Shades of Cameo #CCAB8B

Tints of Cameo #CCAB8B

Color information

#CCAB8B (or 0xCCAB8B) is unknown color: approx Cameo. HEX triplet: CC, AB and 8B. RGB value is (204,171,139). Sum of RGB (Red+Green+Blue) = 204+171+139=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB8B is #335474. Grayscale: #B1B1B1. Windows color (decimal): -3363957 or 9153484. OLE color: 9153484.

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

Color convert

RGB204171139-
CMYK00.160.320.2
HSL29.54º38.92%67.25%-
HSV(B)29.54º31.86%80%-
XYZ44.1243.8330.56-
YUV177.22106.43147.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=39.69%
G=33.27%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417113900.160.320.229.5438.9267.25
HexCCAB8B01020141e2743
Octal31425321302040243647103
Binary11001100101010111000101101000010000010100111101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB8B; }

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

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

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

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

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

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

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

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