Html Css Color HEX #C2778D Charm

📋 copy color: '#C2778D'

red 194 ◦ green 119 ◦ blue 141

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

Shades of Charm #C2778D

Tints of Charm #C2778D

RGB

 RED value IS 194 (76.17% from 255) = 42.73%

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

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

R = 42.73%
G = 26.21%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2778D (or 0xC2778D) is known color: Charm. HEX triplet: C2, 77 and 8D. RGB value is (194,119,141). Sum of RGB (Red+Green+Blue) = 194+119+141=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2778D is #3D8872. Grayscale: #8F8F8F. Windows color (decimal): -4032627 or 9271234. OLE color: 9271234.

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

Color convert

RGB 194 119 141 -
CMYK 0 0.39 0.27 0.24
HSL 342.4º 0.38% 0.61% -
HSV(B) 342.4º 0.39% 0.76% -
XYZ 33.65 26.59 28.56 -
YUV 143.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 194 119 141 0 0.39 0.27 0.24 342.4 0.38 0.61
Hex C2 77 8D 0 27 1B 18 156 26 3D
Octal 302 167 215 0 47 33 30 526 46 75
Binary 11000010 1110111 10001101 0 100111 11011 11000 101010110 100110 111101

Color Harmonies of #C2778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2778D

Black with #C2778D

Text Example


Text Example

White with #C2778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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