Html Css Color HEX #C2788E Charm

📋 copy color: '#C2788E'

red 194 ◦ green 120 ◦ blue 142

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

Shades of Charm #C2788E

Tints of Charm #C2788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

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

R = 42.54%
G = 26.32%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2788E (or 0xC2788E) is known color: Charm. HEX triplet: C2, 78 and 8E. RGB value is (194,120,142). Sum of RGB (Red+Green+Blue) = 194+120+142=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2788E is #3D8771. Grayscale: #909090. Windows color (decimal): -4032370 or 9337026. OLE color: 9337026.

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

Color convert

RGB 194 120 142 -
CMYK 0 0.38 0.27 0.24
HSL 342.16º 0.38% 0.62% -
HSV(B) 342.16º 0.38% 0.76% -
XYZ 33.85 26.86 28.99 -
YUV 144.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 194 120 142 0 0.38 0.27 0.24 342.16 0.38 0.62
Hex C2 78 8E 0 26 1B 18 156 26 3E
Octal 302 170 216 0 46 33 30 526 46 76
Binary 11000010 1111000 10001110 0 100110 11011 11000 101010110 100110 111110

Color Harmonies of #C2788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2788E

Black with #C2788E

Text Example


Text Example

White with #C2788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2788E; }

 p { color: rgb(194,120,142); }

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

background-color css

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

 a { background-color: rgb(194,120,142); }

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

border-color css

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

 span { border-color: rgb(194,120,142); }

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