Html Css Color HEX #C6718A Charm

📋 copy color: '#C6718A'

red 198 ◦ green 113 ◦ blue 138

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

Shades of Charm #C6718A

Tints of Charm #C6718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.17%

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 44.1%
G = 25.17%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6718A (or 0xC6718A) is known color: Charm. HEX triplet: C6, 71 and 8A. RGB value is (198,113,138). Sum of RGB (Red+Green+Blue) = 198+113+138=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6718A is #398E75. Grayscale: #8D8D8D. Windows color (decimal): -3772022 or 9073094. OLE color: 9073094.

HSL color Cylindrical-coordinate representation of color #C6718A: hue angle of 342.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6718A is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 138 -
CMYK 0 0.43 0.30 0.22
HSL 342.35º 0.43% 0.61% -
HSV(B) 342.35º 0.43% 0.78% -
XYZ 33.78 25.65 27.22 -
YUV 141.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 198 113 138 0 0.43 0.30 0.22 342.35 0.43 0.61
Hex C6 71 8A 0 2B 1E 16 156 2B 3D
Octal 306 161 212 0 53 36 26 526 53 75
Binary 11000110 1110001 10001010 0 101011 11110 10110 101010110 101011 111101

Color Harmonies of #C6718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6718A

Black with #C6718A

Text Example


Text Example

White with #C6718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6718A; }

 p { color: rgb(198,113,138); }

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

background-color css

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

 a { background-color: rgb(198,113,138); }

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

border-color css

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

 span { border-color: rgb(198,113,138); }

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