#C17575

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

Shades of Contessa #C17575

Tints of Contessa #C17575

Color information

#C17575 (or 0xC17575) is unknown color: approx Contessa. HEX triplet: C1, 75 and 75. RGB value is (193,117,117). Sum of RGB (Red+Green+Blue) = 193+117+117=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C17575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17575 is #3E8A8A. Grayscale: #8B8B8B. Windows color (decimal): -4098699 or 7697857. OLE color: 7697857.

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

Color convert

RGB193117117-
CMYK00.390.390.24
HSL38%60.78%-
HSV(B)39.38%75.69%-
XYZ31.5625.3420.06-
YUV139.72115.18166-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=45.20%
G=27.40%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311711700.390.390.2403860.78
HexC1757502727180263d
Octal301165165047473004675
Binary11000001111010111101010100111100111110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17575; }

 p { color: rgb(193,117,117); }

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

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

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

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

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

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

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