#CCA68C

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

Shades of Cameo #CCA68C

Tints of Cameo #CCA68C

Color information

#CCA68C (or 0xCCA68C) is unknown color: approx Cameo. HEX triplet: CC, A6 and 8C. RGB value is (204,166,140). Sum of RGB (Red+Green+Blue) = 204+166+140=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68C is #335973. Grayscale: #AEAEAE. Windows color (decimal): -3365236 or 9217740. OLE color: 9217740.

HSL color Cylindrical-coordinate representation of color #CCA68C: hue angle of 24.38º 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 #CCA68C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204166140-
CMYK00.190.310.2
HSL24.38º38.55%67.45%-
HSV(B)24.38º31.37%80%-
XYZ43.274230.64-
YUV174.4108.59149.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=40%
G=32.55%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416614000.190.310.224.3838.5567.45
HexCCA68C0131F14182743
Octal31424621402337243047103
Binary1100110010100110100011000100111111110100110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA68C; }

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

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

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

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

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

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

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

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