Html Css Color HEX #C17F80 Charm

📋 copy color: '#C17F80'

red 193 ◦ green 127 ◦ blue 128

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

Shades of Charm #C17F80

Tints of Charm #C17F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 43.08%
G = 28.35%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C17F80 (or 0xC17F80) is known color: Charm. HEX triplet: C1, 7F and 80. RGB value is (193,127,128). Sum of RGB (Red+Green+Blue) = 193+127+128=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F80 is #3E807F. Grayscale: #929292. Windows color (decimal): -4096128 or 8421313. OLE color: 8421313.

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

Color convert

RGB 193 127 128 -
CMYK 0 0.34 0.34 0.24
HSL 359.09º 0.35% 0.63% -
HSV(B) 359.09º 0.34% 0.76% -
XYZ 33.48 28.07 24.08 -
YUV 146.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 193 127 128 0 0.34 0.34 0.24 359.09 0.35 0.63
Hex C1 7F 80 0 22 22 18 167 23 3F
Octal 301 177 200 0 42 42 30 547 43 77
Binary 11000001 1111111 10000000 0 100010 100010 11000 101100111 100011 111111

Color Harmonies of #C17F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F80

Black with #C17F80

Text Example


Text Example

White with #C17F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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