Html Css Color HEX #C7758D Charm

📋 copy color: '#C7758D'

red 199 ◦ green 117 ◦ blue 141

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

Shades of Charm #C7758D

Tints of Charm #C7758D

RGB

 RED value IS 199 (78.13% from 255) = 43.54%

 GREEN value IS 117 (46.09% from 255) = 25.6%

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 43.54%
G = 25.6%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7758D (or 0xC7758D) is known color: Charm. HEX triplet: C7, 75 and 8D. RGB value is (199,117,141). Sum of RGB (Red+Green+Blue) = 199+117+141=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7758D is #388A72. Grayscale: #909090. Windows color (decimal): -3705459 or 9270727. OLE color: 9270727.

HSL color Cylindrical-coordinate representation of color #C7758D: hue angle of 342.44º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7758D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 141 -
CMYK 0 0.41 0.29 0.22
HSL 342.44º 0.42% 0.62% -
HSV(B) 342.44º 0.41% 0.78% -
XYZ 34.72 26.79 28.54 -
YUV 144.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 199 117 141 0 0.41 0.29 0.22 342.44 0.42 0.62
Hex C7 75 8D 0 29 1D 16 156 2A 3E
Octal 307 165 215 0 51 35 26 526 52 76
Binary 11000111 1110101 10001101 0 101001 11101 10110 101010110 101010 111110

Color Harmonies of #C7758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7758D

Black with #C7758D

Text Example


Text Example

White with #C7758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7758D; }

 p { color: rgb(199,117,141); }

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

background-color css

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

 a { background-color: rgb(199,117,141); }

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

border-color css

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

 span { border-color: rgb(199,117,141); }

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