#CC6A63

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

Shades of Contessa #CC6A63

Tints of Contessa #CC6A63

Color information

#CC6A63 (or 0xCC6A63) is unknown color: approx Contessa. HEX triplet: CC, 6A and 63. RGB value is (204,106,99). Sum of RGB (Red+Green+Blue) = 204+106+99=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A63 is #33959C. Grayscale: #868686. Windows color (decimal): -3380637 or 6515404. OLE color: 6515404.

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

Color convert

RGB20410699-
CMYK00.480.510.2
HSL50.72%59.41%-
HSV(B)51.47%80%-
XYZ32.3124.0514.74-
YUV134.5107.97177.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=49.88%
G=25.92%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041069900.480.510.2450.7259.41
HexCC6A6303033144333b
Octal314152143060632446373
Binary1100110011010101100011011000011001110100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A63; }

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

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

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

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

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

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

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

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