Html Css Color HEX #C2748D Charm

📋 copy color: '#C2748D'

red 194 ◦ green 116 ◦ blue 141

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

Shades of Charm #C2748D

Tints of Charm #C2748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 43.02%
G = 25.72%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2748D (or 0xC2748D) is known color: Charm. HEX triplet: C2, 74 and 8D. RGB value is (194,116,141). Sum of RGB (Red+Green+Blue) = 194+116+141=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2748D is #3D8B72. Grayscale: #8E8E8E. Windows color (decimal): -4033395 or 9270466. OLE color: 9270466.

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

Color convert

RGB 194 116 141 -
CMYK 0 0.40 0.27 0.24
HSL 340.77º 0.39% 0.61% -
HSV(B) 340.77º 0.4% 0.76% -
XYZ 33.3 25.88 28.44 -
YUV 142.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 194 116 141 0 0.40 0.27 0.24 340.77 0.39 0.61
Hex C2 74 8D 0 28 1B 18 155 27 3D
Octal 302 164 215 0 50 33 30 525 47 75
Binary 11000010 1110100 10001101 0 101000 11011 11000 101010101 100111 111101

Color Harmonies of #C2748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2748D

Black with #C2748D

Text Example


Text Example

White with #C2748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2748D; }

 p { color: rgb(194,116,141); }

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

background-color css

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

 a { background-color: rgb(194,116,141); }

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

border-color css

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

 span { border-color: rgb(194,116,141); }

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