Html Css Color HEX #C6757A Charm

📋 copy color: '#C6757A'

red 198 ◦ green 117 ◦ blue 122

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

Shades of Charm #C6757A

Tints of Charm #C6757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 45.31%
G = 26.77%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6757A (or 0xC6757A) is known color: Charm. HEX triplet: C6, 75 and 7A. RGB value is (198,117,122). Sum of RGB (Red+Green+Blue) = 198+117+122=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6757A is #398A85. Grayscale: #8D8D8D. Windows color (decimal): -3771014 or 8025542. OLE color: 8025542.

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

Color convert

RGB 198 117 122 -
CMYK 0 0.41 0.38 0.22
HSL 356.3º 0.42% 0.62% -
HSV(B) 356.3º 0.41% 0.78% -
XYZ 33.16 26.13 21.71 -
YUV 141.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 198 117 122 0 0.41 0.38 0.22 356.3 0.42 0.62
Hex C6 75 7A 0 29 26 16 164 2A 3E
Octal 306 165 172 0 51 46 26 544 52 76
Binary 11000110 1110101 1111010 0 101001 100110 10110 101100100 101010 111110

Color Harmonies of #C6757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6757A

Black with #C6757A

Text Example


Text Example

White with #C6757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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