#CCA678

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

Shades of Cameo #CCA678

Tints of Cameo #CCA678

Color information

#CCA678 (or 0xCCA678) is unknown color: approx Cameo. HEX triplet: CC, A6 and 78. RGB value is (204,166,120). Sum of RGB (Red+Green+Blue) = 204+166+120=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA678 is #335987. Grayscale: #ACACAC. Windows color (decimal): -3365256 or 7907020. OLE color: 7907020.

HSL color Cylindrical-coordinate representation of color #CCA678: hue angle of 32.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCA678 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204166120-
CMYK00.190.410.2
HSL32.86º45.16%63.53%-
HSV(B)32.86º41.18%80%-
XYZ41.9341.4723.56-
YUV172.1298.59150.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=41.63%
G=33.88%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416612000.190.410.232.8645.1663.53
HexCCA6780132914212d40
Octal31424617002351244155100
Binary11001100101001101111000010011101001101001000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA678; }

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

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

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

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

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

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

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

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