Html Css Color HEX #C2788A Charm

📋 copy color: '#C2788A'

red 194 ◦ green 120 ◦ blue 138

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

Shades of Charm #C2788A

Tints of Charm #C2788A

RGB

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

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

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

R = 42.92%
G = 26.55%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2788A (or 0xC2788A) is known color: Charm. HEX triplet: C2, 78 and 8A. RGB value is (194,120,138). Sum of RGB (Red+Green+Blue) = 194+120+138=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2788A is #3D8775. Grayscale: #909090. Windows color (decimal): -4032374 or 9074882. OLE color: 9074882.

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

Color convert

RGB 194 120 138 -
CMYK 0 0.38 0.29 0.24
HSL 345.41º 0.38% 0.62% -
HSV(B) 345.41º 0.38% 0.76% -
XYZ 33.55 26.74 27.44 -
YUV 144.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 194 120 138 0 0.38 0.29 0.24 345.41 0.38 0.62
Hex C2 78 8A 0 26 1D 18 159 26 3E
Octal 302 170 212 0 46 35 30 531 46 76
Binary 11000010 1111000 10001010 0 100110 11101 11000 101011001 100110 111110

Color Harmonies of #C2788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2788A

Black with #C2788A

Text Example


Text Example

White with #C2788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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