#CC6863

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

Shades of Contessa #CC6863

Tints of Contessa #CC6863

Color information

#CC6863 (or 0xCC6863) is unknown color: approx Contessa. HEX triplet: CC, 68 and 63. RGB value is (204,104,99). Sum of RGB (Red+Green+Blue) = 204+104+99=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6863 is #33979C. Grayscale: #858585. Windows color (decimal): -3381149 or 6514892. OLE color: 6514892.

HSL color Cylindrical-coordinate representation of color #CC6863: hue angle of 2.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6863 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB20410499-
CMYK00.490.510.2
HSL2.86º50.72%59.41%-
HSV(B)2.86º51.47%80%-
XYZ32.123.6414.68-
YUV133.33108.63178.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=50.12%
G=25.55%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041049900.490.510.22.8650.7259.41
HexCC686303133143333b
Octal314150143061632436373
Binary110011001101000110001101100011100111010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6863; }

 p { color: rgb(204,104,99); }

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

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

 a { background-color: rgb(204,104,99); }

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

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

 span { border-color: rgb(204,104,99); }

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