#CCA679

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

Shades of Cameo #CCA679

Tints of Cameo #CCA679

Color information

#CCA679 (or 0xCCA679) is unknown color: approx Cameo. HEX triplet: CC, A6 and 79. RGB value is (204,166,121). Sum of RGB (Red+Green+Blue) = 204+166+121=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA679 is #335986. Grayscale: #ACACAC. Windows color (decimal): -3365255 or 7972556. OLE color: 7972556.

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

Color convert

RGB204166121-
CMYK00.190.410.2
HSL32.53º44.86%63.73%-
HSV(B)32.53º40.69%80%-
XYZ41.9941.4923.88-
YUV172.2399.09150.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=41.55%
G=33.81%
B=24.64%

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
Decimal20416612100.190.410.232.5344.8663.73
HexCCA6790132914212d40
Octal31424617102351244155100
Binary11001100101001101111001010011101001101001000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA679; }

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

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

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

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

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

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

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

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