Html Css Color HEX #C7768B Charm

📋 copy color: '#C7768B'

red 199 ◦ green 118 ◦ blue 139

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

Shades of Charm #C7768B

Tints of Charm #C7768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 43.64%
G = 25.88%
B = 30.48%

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

#C7768B (or 0xC7768B) is known color: Charm. HEX triplet: C7, 76 and 8B. RGB value is (199,118,139). Sum of RGB (Red+Green+Blue) = 199+118+139=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7768B is #388974. Grayscale: #909090. Windows color (decimal): -3705205 or 9139911. OLE color: 9139911.

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

Color convert

RGB 199 118 139 -
CMYK 0 0.41 0.30 0.22
HSL 344.44º 0.42% 0.62% -
HSV(B) 344.44º 0.41% 0.78% -
XYZ 34.69 26.96 27.8 -
YUV 144.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 199 118 139 0 0.41 0.30 0.22 344.44 0.42 0.62
Hex C7 76 8B 0 29 1E 16 158 2A 3E
Octal 307 166 213 0 51 36 26 530 52 76
Binary 11000111 1110110 10001011 0 101001 11110 10110 101011000 101010 111110

Color Harmonies of #C7768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7768B

Black with #C7768B

Text Example


Text Example

White with #C7768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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