#CC6965

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

Shades of Contessa #CC6965

Tints of Contessa #CC6965

Color information

#CC6965 (or 0xCC6965) is unknown color: approx Contessa. HEX triplet: CC, 69 and 65. RGB value is (204,105,101). Sum of RGB (Red+Green+Blue) = 204+105+101=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6965 is #33969A. Grayscale: #868686. Windows color (decimal): -3380891 or 6646220. OLE color: 6646220.

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

Color convert

RGB204105101-
CMYK00.490.500.2
HSL2.33º50.24%59.8%-
HSV(B)2.33º50.49%80%-
XYZ32.323.8815.22-
YUV134.15109.3177.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=49.76%
G=25.61%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410510100.490.500.22.3350.2459.8
HexCC696503132142323c
Octal314151145061622426274
Binary110011001101001110010101100011100101010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6965; }

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

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

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

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

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

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

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

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