Html Css Color HEX #C17C7D Charm

📋 copy color: '#C17C7D'

red 193 ◦ green 124 ◦ blue 125

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

Shades of Charm #C17C7D

Tints of Charm #C17C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 43.67%
G = 28.05%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C17C7D (or 0xC17C7D) is known color: Charm. HEX triplet: C1, 7C and 7D. RGB value is (193,124,125). Sum of RGB (Red+Green+Blue) = 193+124+125=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C7D is #3E8382. Grayscale: #909090. Windows color (decimal): -4096899 or 8223937. OLE color: 8223937.

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

Color convert

RGB 193 124 125 -
CMYK 0 0.36 0.35 0.24
HSL 359.13º 0.36% 0.62% -
HSV(B) 359.13º 0.36% 0.76% -
XYZ 32.9 27.23 22.92 -
YUV 144.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 193 124 125 0 0.36 0.35 0.24 359.13 0.36 0.62
Hex C1 7C 7D 0 24 23 18 167 24 3E
Octal 301 174 175 0 44 43 30 547 44 76
Binary 11000001 1111100 1111101 0 100100 100011 11000 101100111 100100 111110

Color Harmonies of #C17C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C7D

Black with #C17C7D

Text Example


Text Example

White with #C17C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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