Html Css Color HEX #C17986 Charm

📋 copy color: '#C17986'

red 193 ◦ green 121 ◦ blue 134

#C17986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #C17986

Tints of Charm #C17986

RGB

 RED value IS 193 (75.78% from 255) = 43.08%

 GREEN value IS 121 (47.66% from 255) = 27.01%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 43.08%
G = 27.01%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C17986 (or 0xC17986) is known color: Charm. HEX triplet: C1, 79 and 86. RGB value is (193,121,134). Sum of RGB (Red+Green+Blue) = 193+121+134=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C17986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17986 is #3E8679. Grayscale: #909090. Windows color (decimal): -4097658 or 8812993. OLE color: 8812993.

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

Color convert

RGB 193 121 134 -
CMYK 0 0.37 0.31 0.24
HSL 349.17º 0.37% 0.62% -
HSV(B) 349.17º 0.37% 0.76% -
XYZ 33.13 26.73 25.97 -
YUV 144.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 193 121 134 0 0.37 0.31 0.24 349.17 0.37 0.62
Hex C1 79 86 0 25 1F 18 15D 25 3E
Octal 301 171 206 0 45 37 30 535 45 76
Binary 11000001 1111001 10000110 0 100101 11111 11000 101011101 100101 111110

Color Harmonies of #C17986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17986

Black with #C17986

Text Example


Text Example

White with #C17986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17986; }

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

 H1.HeaderClassName
 {
   color: #C17986;
 }
 .AnyTagClassName
 {
   color: #C17986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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