#CC6D65

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

Shades of Contessa #CC6D65

Tints of Contessa #CC6D65

Color information

#CC6D65 (or 0xCC6D65) is unknown color: approx Contessa. HEX triplet: CC, 6D and 65. RGB value is (204,109,101). Sum of RGB (Red+Green+Blue) = 204+109+101=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D65 is #33929A. Grayscale: #888888. Windows color (decimal): -3379867 or 6647244. OLE color: 6647244.

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

Color convert

RGB204109101-
CMYK00.470.500.2
HSL4.66º50.24%59.8%-
HSV(B)4.66º50.49%80%-
XYZ32.7224.7115.36-
YUV136.49107.97176.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=49.28%
G=26.33%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410910100.470.500.24.6650.2459.8
HexCC6D6502F32145323c
Octal314155145057622456274
Binary1100110011011011100101010111111001010100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6D65; }

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

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

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

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

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

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

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

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