#CCAB8C

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

Shades of Cameo #CCAB8C

Tints of Cameo #CCAB8C

Color information

#CCAB8C (or 0xCCAB8C) is unknown color: approx Cameo. HEX triplet: CC, AB and 8C. RGB value is (204,171,140). Sum of RGB (Red+Green+Blue) = 204+171+140=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB8C is #335473. Grayscale: #B1B1B1. Windows color (decimal): -3363956 or 9219020. OLE color: 9219020.

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

Color convert

RGB204171140-
CMYK00.160.310.2
HSL29.06º38.55%67.45%-
HSV(B)29.06º31.37%80%-
XYZ44.243.8630.95-
YUV177.33106.93147.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=39.61%
G=33.20%
B=27.18%

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
Decimal20417114000.160.310.229.0638.5567.45
HexCCAB8C0101F141d2743
Octal31425321402037243547103
Binary1100110010101011100011000100001111110100111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB8C; }

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

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

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

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

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

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

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

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