#CCA68E

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

Shades of Cameo #CCA68E

Tints of Cameo #CCA68E

Color information

#CCA68E (or 0xCCA68E) is unknown color: approx Cameo. HEX triplet: CC, A6 and 8E. RGB value is (204,166,142). Sum of RGB (Red+Green+Blue) = 204+166+142=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68E is #335971. Grayscale: #AEAEAE. Windows color (decimal): -3365234 or 9348812. OLE color: 9348812.

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

Color convert

RGB204166142-
CMYK00.190.300.2
HSL23.23º37.8%67.84%-
HSV(B)23.23º30.39%80%-
XYZ43.4242.0631.42-
YUV174.63109.59148.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=39.84%
G=32.42%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416614200.190.300.223.2337.867.84
HexCCA68E0131E14172644
Octal31424621602336242746104
Binary1100110010100110100011100100111111010100101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA68E; }

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

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

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

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

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

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

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

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