Html Css Color HEX #C6758D Charm

📋 copy color: '#C6758D'

red 198 ◦ green 117 ◦ blue 141

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

Shades of Charm #C6758D

Tints of Charm #C6758D

RGB

 RED value IS 198 (77.73% from 255) = 43.42%

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

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

R = 43.42%
G = 25.66%
B = 30.92%

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

#C6758D (or 0xC6758D) is known color: Charm. HEX triplet: C6, 75 and 8D. RGB value is (198,117,141). Sum of RGB (Red+Green+Blue) = 198+117+141=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6758D is #398A72. Grayscale: #8F8F8F. Windows color (decimal): -3770995 or 9270726. OLE color: 9270726.

HSL color Cylindrical-coordinate representation of color #C6758D: hue angle of 342.22º 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 #C6758D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 141 -
CMYK 0 0.41 0.29 0.22
HSL 342.22º 0.42% 0.62% -
HSV(B) 342.22º 0.41% 0.78% -
XYZ 34.46 26.65 28.53 -
YUV 143.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 198 117 141 0 0.41 0.29 0.22 342.22 0.42 0.62
Hex C6 75 8D 0 29 1D 16 156 2A 3E
Octal 306 165 215 0 51 35 26 526 52 76
Binary 11000110 1110101 10001101 0 101001 11101 10110 101010110 101010 111110

Color Harmonies of #C6758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6758D

Black with #C6758D

Text Example


Text Example

White with #C6758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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