Html Css Color HEX #C2757F Charm

📋 copy color: '#C2757F'

red 194 ◦ green 117 ◦ blue 127

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

Shades of Charm #C2757F

Tints of Charm #C2757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 44.29%
G = 26.71%
B = 29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2757F (or 0xC2757F) is known color: Charm. HEX triplet: C2, 75 and 7F. RGB value is (194,117,127). Sum of RGB (Red+Green+Blue) = 194+117+127=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2757F is #3D8A80. Grayscale: #8D8D8D. Windows color (decimal): -4033153 or 8353218. OLE color: 8353218.

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

Color convert

RGB 194 117 127 -
CMYK 0 0.40 0.35 0.24
HSL 352.21º 0.39% 0.61% -
HSV(B) 352.21º 0.4% 0.76% -
XYZ 32.44 25.72 23.33 -
YUV 141.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 194 117 127 0 0.40 0.35 0.24 352.21 0.39 0.61
Hex C2 75 7F 0 28 23 18 160 27 3D
Octal 302 165 177 0 50 43 30 540 47 75
Binary 11000010 1110101 1111111 0 101000 100011 11000 101100000 100111 111101

Color Harmonies of #C2757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2757F

Black with #C2757F

Text Example


Text Example

White with #C2757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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