Html Css Color HEX #C17F86 Charm

📋 copy color: '#C17F86'

red 193 ◦ green 127 ◦ blue 134

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

Shades of Charm #C17F86

Tints of Charm #C17F86

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

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

R = 42.51%
G = 27.97%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C17F86 (or 0xC17F86) is known color: Charm. HEX triplet: C1, 7F and 86. RGB value is (193,127,134). Sum of RGB (Red+Green+Blue) = 193+127+134=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F86 is #3E8079. Grayscale: #939393. Windows color (decimal): -4096122 or 8814529. OLE color: 8814529.

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

Color convert

RGB 193 127 134 -
CMYK 0 0.34 0.31 0.24
HSL 353.64º 0.35% 0.63% -
HSV(B) 353.64º 0.34% 0.76% -
XYZ 33.88 28.24 26.22 -
YUV 147.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 193 127 134 0 0.34 0.31 0.24 353.64 0.35 0.63
Hex C1 7F 86 0 22 1F 18 162 23 3F
Octal 301 177 206 0 42 37 30 542 43 77
Binary 11000001 1111111 10000110 0 100010 11111 11000 101100010 100011 111111

Color Harmonies of #C17F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F86

Black with #C17F86

Text Example


Text Example

White with #C17F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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