Html Css Color HEX #C17D86 Charm

📋 copy color: '#C17D86'

red 193 ◦ green 125 ◦ blue 134

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

Shades of Charm #C17D86

Tints of Charm #C17D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.65%

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

R = 42.7%
G = 27.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C17D86 (or 0xC17D86) is known color: Charm. HEX triplet: C1, 7D and 86. RGB value is (193,125,134). Sum of RGB (Red+Green+Blue) = 193+125+134=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17D86 is #3E8279. Grayscale: #929292. Windows color (decimal): -4096634 or 8814017. OLE color: 8814017.

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

Color convert

RGB 193 125 134 -
CMYK 0 0.35 0.31 0.24
HSL 352.06º 0.35% 0.62% -
HSV(B) 352.06º 0.35% 0.76% -
XYZ 33.63 27.73 26.13 -
YUV 146.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 193 125 134 0 0.35 0.31 0.24 352.06 0.35 0.62
Hex C1 7D 86 0 23 1F 18 160 23 3E
Octal 301 175 206 0 43 37 30 540 43 76
Binary 11000001 1111101 10000110 0 100011 11111 11000 101100000 100011 111110

Color Harmonies of #C17D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D86

Black with #C17D86

Text Example


Text Example

White with #C17D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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