#CCA380

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

Shades of Cameo #CCA380

Tints of Cameo #CCA380

Color information

#CCA380 (or 0xCCA380) is unknown color: approx Cameo. HEX triplet: CC, A3 and 80. RGB value is (204,163,128). Sum of RGB (Red+Green+Blue) = 204+163+128=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA380 is #335C7F. Grayscale: #ABABAB. Windows color (decimal): -3366016 or 8430540. OLE color: 8430540.

HSL color Cylindrical-coordinate representation of color #CCA380: hue angle of 27.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCA380 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204163128-
CMYK00.200.370.2
HSL27.63º42.7%65.1%-
HSV(B)27.63º37.25%80%-
XYZ41.940.5926.05-
YUV171.27103.58151.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=41.21%
G=32.93%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416312800.200.370.227.6342.765.1
HexCCA38001425141c2b41
Octal31424320002445243453101
Binary11001100101000111000000001010010010110100111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA380; }

 p { color: rgb(204,163,128); }

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

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

 a { background-color: rgb(204,163,128); }

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

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

 span { border-color: rgb(204,163,128); }

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