Html Css Color HEX #C0778D Charm

📋 copy color: '#C0778D'

red 192 ◦ green 119 ◦ blue 141

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

Shades of Charm #C0778D

Tints of Charm #C0778D

RGB

 RED value IS 192 (75.39% from 255) = 42.48%

 GREEN value IS 119 (46.88% from 255) = 26.33%

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 42.48%
G = 26.33%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0778D (or 0xC0778D) is known color: Charm. HEX triplet: C0, 77 and 8D. RGB value is (192,119,141). Sum of RGB (Red+Green+Blue) = 192+119+141=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0778D is #3F8872. Grayscale: #8F8F8F. Windows color (decimal): -4163699 or 9271232. OLE color: 9271232.

HSL color Cylindrical-coordinate representation of color #C0778D: hue angle of 341.92º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0778D is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 141 -
CMYK 0 0.38 0.27 0.25
HSL 341.92º 0.37% 0.61% -
HSV(B) 341.92º 0.38% 0.75% -
XYZ 33.14 26.32 28.53 -
YUV 143.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 192 119 141 0 0.38 0.27 0.25 341.92 0.37 0.61
Hex C0 77 8D 0 26 1B 19 156 25 3D
Octal 300 167 215 0 46 33 31 526 45 75
Binary 11000000 1110111 10001101 0 100110 11011 11001 101010110 100101 111101

Color Harmonies of #C0778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0778D

Black with #C0778D

Text Example


Text Example

White with #C0778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0778D; }

 p { color: rgb(192,119,141); }

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

background-color css

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

 a { background-color: rgb(192,119,141); }

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

border-color css

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

 span { border-color: rgb(192,119,141); }

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