#CCA68A

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

Shades of Cameo #CCA68A

Tints of Cameo #CCA68A

Color information

#CCA68A (or 0xCCA68A) is unknown color: approx Cameo. HEX triplet: CC, A6 and 8A. RGB value is (204,166,138). Sum of RGB (Red+Green+Blue) = 204+166+138=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68A is #335975. Grayscale: #AEAEAE. Windows color (decimal): -3365238 or 9086668. OLE color: 9086668.

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

Color convert

RGB204166138-
CMYK00.190.320.2
HSL25.45º39.29%67.06%-
HSV(B)25.45º32.35%80%-
XYZ43.1341.9429.87-
YUV174.17107.59149.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=40.16%
G=32.68%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416613800.190.320.225.4539.2967.06
HexCCA68A0132014192743
Octal31424621202340243147103
Binary11001100101001101000101001001110000010100110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA68A; }

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

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

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

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

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

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

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

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