#CC6A65

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

Shades of Contessa #CC6A65

Tints of Contessa #CC6A65

Color information

#CC6A65 (or 0xCC6A65) is unknown color: approx Contessa. HEX triplet: CC, 6A and 65. RGB value is (204,106,101). Sum of RGB (Red+Green+Blue) = 204+106+101=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A65 is #33959A. Grayscale: #868686. Windows color (decimal): -3380635 or 6646476. OLE color: 6646476.

HSL color Cylindrical-coordinate representation of color #CC6A65: hue angle of 2.91º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6A65 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204106101-
CMYK00.480.500.2
HSL2.91º50.24%59.8%-
HSV(B)2.91º50.49%80%-
XYZ32.424.0915.25-
YUV134.73108.97177.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=49.64%
G=25.79%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410610100.480.500.22.9150.2459.8
HexCC6A6503032143323c
Octal314152145060622436274
Binary110011001101010110010101100001100101010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A65; }

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

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

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

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

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

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

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

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