#C17985

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

Shades of Charm #C17985

Tints of Charm #C17985

Color information

#C17985 (or 0xC17985) is unknown color: approx Charm. HEX triplet: C1, 79 and 85. RGB value is (193,121,133). Sum of RGB (Red+Green+Blue) = 193+121+133=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C17985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17985 is #3E867A. Grayscale: #8F8F8F. Windows color (decimal): -4097659 or 8747457. OLE color: 8747457.

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

Color convert

RGB193121133-
CMYK00.370.310.24
HSL350º36.73%61.57%-
HSV(B)350º37.31%75.69%-
XYZ33.0626.7125.6-
YUV143.9121.85163.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=43.18%
G=27.07%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312113300.370.310.2435036.7361.57
HexC179850251F1815e253e
Octal30117120504537305364576
Binary1100000111110011000010101001011111111000101011110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17985; }

 p { color: rgb(193,121,133); }

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

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

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

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

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

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

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