#C17069

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

Shades of Contessa #C17069

Tints of Contessa #C17069

Color information

#C17069 (or 0xC17069) is unknown color: approx Contessa. HEX triplet: C1, 70 and 69. RGB value is (193,112,105). Sum of RGB (Red+Green+Blue) = 193+112+105=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17069 is #3E8F96. Grayscale: #878787. Windows color (decimal): -4099991 or 6910145. OLE color: 6910145.

HSL color Cylindrical-coordinate representation of color #C17069: hue angle of 4.77º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17069 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB193112105-
CMYK00.420.460.24
HSL4.77º41.51%58.43%-
HSV(B)4.77º45.6%75.69%-
XYZ30.3423.9516.39-
YUV135.42110.84169.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=47.07%
G=27.32%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311210500.420.460.244.7741.5158.43
HexC1706902A2E1852a3a
Octal301160151052563055272
Binary1100000111100001101001010101010111011000101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17069; }

 p { color: rgb(193,112,105); }

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

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

 a { background-color: rgb(193,112,105); }

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

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

 span { border-color: rgb(193,112,105); }

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