#C17A82

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

Shades of Charm #C17A82

Tints of Charm #C17A82

Color information

#C17A82 (or 0xC17A82) is unknown color: approx Charm. HEX triplet: C1, 7A and 82. RGB value is (193,122,130). Sum of RGB (Red+Green+Blue) = 193+122+130=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17A82 is #3E857D. Grayscale: #909090. Windows color (decimal): -4097406 or 8551105. OLE color: 8551105.

HSL color Cylindrical-coordinate representation of color #C17A82: hue angle of 353.24º degrees, saturation: 0.36, 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 #C17A82 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB193122130-
CMYK00.370.330.24
HSL353.24º36.41%61.76%-
HSV(B)353.24º36.79%75.69%-
XYZ32.9826.8724.57-
YUV144.14120.02162.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=43.37%
G=27.42%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312213000.370.330.24353.2436.4161.76
HexC17A820252118161243e
Octal30117220204541305414476
Binary11000001111101010000010010010110000111000101100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A82; }

 p { color: rgb(193,122,130); }

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

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

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

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

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

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

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