Html Css Color HEX #C2758C Charm

📋 copy color: '#C2758C'

red 194 ◦ green 117 ◦ blue 140

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

Shades of Charm #C2758C

Tints of Charm #C2758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 43.02%
G = 25.94%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2758C (or 0xC2758C) is known color: Charm. HEX triplet: C2, 75 and 8C. RGB value is (194,117,140). Sum of RGB (Red+Green+Blue) = 194+117+140=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2758C is #3D8A73. Grayscale: #8E8E8E. Windows color (decimal): -4033140 or 9205186. OLE color: 9205186.

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

Color convert

RGB 194 117 140 -
CMYK 0 0.40 0.28 0.24
HSL 342.08º 0.39% 0.61% -
HSV(B) 342.08º 0.4% 0.76% -
XYZ 33.34 26.09 28.09 -
YUV 142.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 194 117 140 0 0.40 0.28 0.24 342.08 0.39 0.61
Hex C2 75 8C 0 28 1C 18 156 27 3D
Octal 302 165 214 0 50 34 30 526 47 75
Binary 11000010 1110101 10001100 0 101000 11100 11000 101010110 100111 111101

Color Harmonies of #C2758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2758C

Black with #C2758C

Text Example


Text Example

White with #C2758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2758C; }

 p { color: rgb(194,117,140); }

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

background-color css

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

 a { background-color: rgb(194,117,140); }

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

border-color css

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

 span { border-color: rgb(194,117,140); }

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