Html Css Color HEX #C2728A Charm

📋 copy color: '#C2728A'

red 194 ◦ green 114 ◦ blue 138

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

Shades of Charm #C2728A

Tints of Charm #C2728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.56%

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

R = 43.5%
G = 25.56%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2728A (or 0xC2728A) is known color: Charm. HEX triplet: C2, 72 and 8A. RGB value is (194,114,138). Sum of RGB (Red+Green+Blue) = 194+114+138=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2728A is #3D8D75. Grayscale: #8C8C8C. Windows color (decimal): -4033910 or 9073346. OLE color: 9073346.

HSL color Cylindrical-coordinate representation of color #C2728A: hue angle of 342º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2728A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 138 -
CMYK 0 0.41 0.29 0.24
HSL 342º 0.4% 0.6% -
HSV(B) 342º 0.41% 0.76% -
XYZ 32.85 25.34 27.2 -
YUV 140.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 194 114 138 0 0.41 0.29 0.24 342 0.4 0.6
Hex C2 72 8A 0 29 1D 18 156 28 3C
Octal 302 162 212 0 51 35 30 526 50 74
Binary 11000010 1110010 10001010 0 101001 11101 11000 101010110 101000 111100

Color Harmonies of #C2728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2728A

Black with #C2728A

Text Example


Text Example

White with #C2728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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