Html Css Color HEX #C2778B Charm

📋 copy color: '#C2778B'

red 194 ◦ green 119 ◦ blue 139

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

Shades of Charm #C2778B

Tints of Charm #C2778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 42.92%
G = 26.33%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2778B (or 0xC2778B) is known color: Charm. HEX triplet: C2, 77 and 8B. RGB value is (194,119,139). Sum of RGB (Red+Green+Blue) = 194+119+139=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2778B is #3D8874. Grayscale: #8F8F8F. Windows color (decimal): -4032629 or 9140162. OLE color: 9140162.

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

Color convert

RGB 194 119 139 -
CMYK 0 0.39 0.28 0.24
HSL 344º 0.38% 0.61% -
HSV(B) 344º 0.39% 0.76% -
XYZ 33.51 26.53 27.78 -
YUV 143.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 194 119 139 0 0.39 0.28 0.24 344 0.38 0.61
Hex C2 77 8B 0 27 1C 18 158 26 3D
Octal 302 167 213 0 47 34 30 530 46 75
Binary 11000010 1110111 10001011 0 100111 11100 11000 101011000 100110 111101

Color Harmonies of #C2778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2778B

Black with #C2778B

Text Example


Text Example

White with #C2778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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