Html Css Color HEX #C7768C Charm

📋 copy color: '#C7768C'

red 199 ◦ green 118 ◦ blue 140

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

Shades of Charm #C7768C

Tints of Charm #C7768C

RGB

 RED value IS 199 (78.13% from 255) = 43.54%

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

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

R = 43.54%
G = 25.82%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7768C (or 0xC7768C) is known color: Charm. HEX triplet: C7, 76 and 8C. RGB value is (199,118,140). Sum of RGB (Red+Green+Blue) = 199+118+140=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7768C is #388973. Grayscale: #909090. Windows color (decimal): -3705204 or 9205447. OLE color: 9205447.

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

Color convert

RGB 199 118 140 -
CMYK 0 0.41 0.30 0.22
HSL 343.7º 0.42% 0.62% -
HSV(B) 343.7º 0.41% 0.78% -
XYZ 34.77 26.99 28.19 -
YUV 144.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 199 118 140 0 0.41 0.30 0.22 343.7 0.42 0.62
Hex C7 76 8C 0 29 1E 16 158 2A 3E
Octal 307 166 214 0 51 36 26 530 52 76
Binary 11000111 1110110 10001100 0 101001 11110 10110 101011000 101010 111110

Color Harmonies of #C7768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7768C

Black with #C7768C

Text Example


Text Example

White with #C7768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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