Html Css Color HEX #C7768A Charm

📋 copy color: '#C7768A'

red 199 ◦ green 118 ◦ blue 138

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

Shades of Charm #C7768A

Tints of Charm #C7768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 43.74%
G = 25.93%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7768A (or 0xC7768A) is known color: Charm. HEX triplet: C7, 76 and 8A. RGB value is (199,118,138). Sum of RGB (Red+Green+Blue) = 199+118+138=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7768A is #388975. Grayscale: #909090. Windows color (decimal): -3705206 or 9074375. OLE color: 9074375.

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

Color convert

RGB 199 118 138 -
CMYK 0 0.41 0.31 0.22
HSL 345.19º 0.42% 0.62% -
HSV(B) 345.19º 0.41% 0.78% -
XYZ 34.62 26.93 27.42 -
YUV 144.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 199 118 138 0 0.41 0.31 0.22 345.19 0.42 0.62
Hex C7 76 8A 0 29 1F 16 159 2A 3E
Octal 307 166 212 0 51 37 26 531 52 76
Binary 11000111 1110110 10001010 0 101001 11111 10110 101011001 101010 111110

Color Harmonies of #C7768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7768A

Black with #C7768A

Text Example


Text Example

White with #C7768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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