Html Css Color HEX #C0778E Charm

📋 copy color: '#C0778E'

red 192 ◦ green 119 ◦ blue 142

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

Shades of Charm #C0778E

Tints of Charm #C0778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 42.38%
G = 26.27%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0778E (or 0xC0778E) is known color: Charm. HEX triplet: C0, 77 and 8E. RGB value is (192,119,142). Sum of RGB (Red+Green+Blue) = 192+119+142=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0778E is #3F8871. Grayscale: #8F8F8F. Windows color (decimal): -4163698 or 9336768. OLE color: 9336768.

HSL color Cylindrical-coordinate representation of color #C0778E: hue angle of 341.1º 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 #C0778E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 142 -
CMYK 0 0.38 0.26 0.25
HSL 341.1º 0.37% 0.61% -
HSV(B) 341.1º 0.38% 0.75% -
XYZ 33.22 26.35 28.93 -
YUV 143.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 192 119 142 0 0.38 0.26 0.25 341.1 0.37 0.61
Hex C0 77 8E 0 26 1A 19 155 25 3D
Octal 300 167 216 0 46 32 31 525 45 75
Binary 11000000 1110111 10001110 0 100110 11010 11001 101010101 100101 111101

Color Harmonies of #C0778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0778E

Black with #C0778E

Text Example


Text Example

White with #C0778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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