Html Css Color HEX #C6657D Charm

📋 copy color: '#C6657D'

red 198 ◦ green 101 ◦ blue 125

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

Shades of Charm #C6657D

Tints of Charm #C6657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.82%

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

R = 46.7%
G = 23.82%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6657D (or 0xC6657D) is known color: Charm. HEX triplet: C6, 65 and 7D. RGB value is (198,101,125). Sum of RGB (Red+Green+Blue) = 198+101+125=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6657D is #399A82. Grayscale: #848484. Windows color (decimal): -3775107 or 8218054. OLE color: 8218054.

HSL color Cylindrical-coordinate representation of color #C6657D: hue angle of 345.15º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6657D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 125 -
CMYK 0 0.49 0.37 0.22
HSL 345.15º 0.46% 0.59% -
HSV(B) 345.15º 0.49% 0.78% -
XYZ 31.64 22.79 22.13 -
YUV 132.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 198 101 125 0 0.49 0.37 0.22 345.15 0.46 0.59
Hex C6 65 7D 0 31 25 16 159 2E 3B
Octal 306 145 175 0 61 45 26 531 56 73
Binary 11000110 1100101 1111101 0 110001 100101 10110 101011001 101110 111011

Color Harmonies of #C6657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6657D

Black with #C6657D

Text Example


Text Example

White with #C6657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6657D; }

 p { color: rgb(198,101,125); }

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

background-color css

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

 a { background-color: rgb(198,101,125); }

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

border-color css

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

 span { border-color: rgb(198,101,125); }

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