Html Css Color HEX #C6767C Charm

📋 copy color: '#C6767C'

red 198 ◦ green 118 ◦ blue 124

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

Shades of Charm #C6767C

Tints of Charm #C6767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.18%

R = 45%
G = 26.82%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6767C (or 0xC6767C) is known color: Charm. HEX triplet: C6, 76 and 7C. RGB value is (198,118,124). Sum of RGB (Red+Green+Blue) = 198+118+124=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6767C is #398983. Grayscale: #8E8E8E. Windows color (decimal): -3770756 or 8156870. OLE color: 8156870.

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

Color convert

RGB 198 118 124 -
CMYK 0 0.40 0.37 0.22
HSL 355.5º 0.41% 0.62% -
HSV(B) 355.5º 0.4% 0.78% -
XYZ 33.41 26.42 22.41 -
YUV 142.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 198 118 124 0 0.40 0.37 0.22 355.5 0.41 0.62
Hex C6 76 7C 0 28 25 16 164 29 3E
Octal 306 166 174 0 50 45 26 544 51 76
Binary 11000110 1110110 1111100 0 101000 100101 10110 101100100 101001 111110

Color Harmonies of #C6767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6767C

Black with #C6767C

Text Example


Text Example

White with #C6767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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