Html Css Color HEX #C6768C Charm

📋 copy color: '#C6768C'

red 198 ◦ green 118 ◦ blue 140

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

Shades of Charm #C6768C

Tints of Charm #C6768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 43.42%
G = 25.88%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6768C (or 0xC6768C) is known color: Charm. HEX triplet: C6, 76 and 8C. RGB value is (198,118,140). Sum of RGB (Red+Green+Blue) = 198+118+140=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6768C is #398973. Grayscale: #909090. Windows color (decimal): -3770740 or 9205446. OLE color: 9205446.

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

Color convert

RGB 198 118 140 -
CMYK 0 0.40 0.29 0.22
HSL 343.5º 0.41% 0.62% -
HSV(B) 343.5º 0.4% 0.78% -
XYZ 34.5 26.86 28.18 -
YUV 144.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 198 118 140 0 0.40 0.29 0.22 343.5 0.41 0.62
Hex C6 76 8C 0 28 1D 16 158 29 3E
Octal 306 166 214 0 50 35 26 530 51 76
Binary 11000110 1110110 10001100 0 101000 11101 10110 101011000 101001 111110

Color Harmonies of #C6768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6768C

Black with #C6768C

Text Example


Text Example

White with #C6768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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