Html Css Color HEX #C17E82 Charm

📋 copy color: '#C17E82'

red 193 ◦ green 126 ◦ blue 130

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

Shades of Charm #C17E82

Tints of Charm #C17E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 42.98%
G = 28.06%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C17E82 (or 0xC17E82) is known color: Charm. HEX triplet: C1, 7E and 82. RGB value is (193,126,130). Sum of RGB (Red+Green+Blue) = 193+126+130=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E82 is #3E817D. Grayscale: #929292. Windows color (decimal): -4096382 or 8552129. OLE color: 8552129.

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

Color convert

RGB 193 126 130 -
CMYK 0 0.35 0.33 0.24
HSL 356.42º 0.35% 0.63% -
HSV(B) 356.42º 0.35% 0.76% -
XYZ 33.48 27.87 24.73 -
YUV 146.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 193 126 130 0 0.35 0.33 0.24 356.42 0.35 0.63
Hex C1 7E 82 0 23 21 18 164 23 3F
Octal 301 176 202 0 43 41 30 544 43 77
Binary 11000001 1111110 10000010 0 100011 100001 11000 101100100 100011 111111

Color Harmonies of #C17E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E82

Black with #C17E82

Text Example


Text Example

White with #C17E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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