Html Css Color HEX #C6768F Charm

📋 copy color: '#C6768F'

red 198 ◦ green 118 ◦ blue 143

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

Shades of Charm #C6768F

Tints of Charm #C6768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.71%

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 43.14%
G = 25.71%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6768F (or 0xC6768F) is known color: Charm. HEX triplet: C6, 76 and 8F. RGB value is (198,118,143). Sum of RGB (Red+Green+Blue) = 198+118+143=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6768F is #398970. Grayscale: #909090. Windows color (decimal): -3770737 or 9402054. OLE color: 9402054.

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

Color convert

RGB 198 118 143 -
CMYK 0 0.40 0.28 0.22
HSL 341.25º 0.41% 0.62% -
HSV(B) 341.25º 0.4% 0.78% -
XYZ 34.73 26.95 29.36 -
YUV 144.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 198 118 143 0 0.40 0.28 0.22 341.25 0.41 0.62
Hex C6 76 8F 0 28 1C 16 155 29 3E
Octal 306 166 217 0 50 34 26 525 51 76
Binary 11000110 1110110 10001111 0 101000 11100 10110 101010101 101001 111110

Color Harmonies of #C6768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6768F

Black with #C6768F

Text Example


Text Example

White with #C6768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6768F; }

 p { color: rgb(198,118,143); }

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

background-color css

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

 a { background-color: rgb(198,118,143); }

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

border-color css

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

 span { border-color: rgb(198,118,143); }

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