#C66F69

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

Shades of Contessa #C66F69

Tints of Contessa #C66F69

Color information

#C66F69 (or 0xC66F69) is unknown color: approx Contessa. HEX triplet: C6, 6F and 69. RGB value is (198,111,105). Sum of RGB (Red+Green+Blue) = 198+111+105=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F69 is #399096. Grayscale: #888888. Windows color (decimal): -3772567 or 6909894. OLE color: 6909894.

HSL color Cylindrical-coordinate representation of color #C66F69: hue angle of 3.87º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66F69 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198111105-
CMYK00.440.470.22
HSL3.87º44.93%59.41%-
HSV(B)3.87º46.97%77.65%-
XYZ31.5224.3916.41-
YUV136.33110.32171.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=47.83%
G=26.81%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811110500.440.470.223.8744.9359.41
HexC66F6902C2F1642d3b
Octal306157151054572645573
Binary1100011011011111101001010110010111110110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F69; }

 p { color: rgb(198,111,105); }

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

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

 a { background-color: rgb(198,111,105); }

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

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

 span { border-color: rgb(198,111,105); }

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