Html Css Color HEX #C2778A Charm

📋 copy color: '#C2778A'

red 194 ◦ green 119 ◦ blue 138

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

Shades of Charm #C2778A

Tints of Charm #C2778A

RGB

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

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

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

R = 43.02%
G = 26.39%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2778A (or 0xC2778A) is known color: Charm. HEX triplet: C2, 77 and 8A. RGB value is (194,119,138). Sum of RGB (Red+Green+Blue) = 194+119+138=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2778A is #3D8875. Grayscale: #8F8F8F. Windows color (decimal): -4032630 or 9074626. OLE color: 9074626.

HSL color Cylindrical-coordinate representation of color #C2778A: hue angle of 344.8º 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 #C2778A is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 119 138 -
CMYK 0 0.39 0.29 0.24
HSL 344.8º 0.38% 0.61% -
HSV(B) 344.8º 0.39% 0.76% -
XYZ 33.43 26.5 27.4 -
YUV 143.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 194 119 138 0 0.39 0.29 0.24 344.8 0.38 0.61
Hex C2 77 8A 0 27 1D 18 159 26 3D
Octal 302 167 212 0 47 35 30 531 46 75
Binary 11000010 1110111 10001010 0 100111 11101 11000 101011001 100110 111101

Color Harmonies of #C2778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2778A

Black with #C2778A

Text Example


Text Example

White with #C2778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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