Html Css Color HEX #C2757D Charm

📋 copy color: '#C2757D'

red 194 ◦ green 117 ◦ blue 125

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

Shades of Charm #C2757D

Tints of Charm #C2757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 44.5%
G = 26.83%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2757D (or 0xC2757D) is known color: Charm. HEX triplet: C2, 75 and 7D. RGB value is (194,117,125). Sum of RGB (Red+Green+Blue) = 194+117+125=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2757D is #3D8A82. Grayscale: #8C8C8C. Windows color (decimal): -4033155 or 8222146. OLE color: 8222146.

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

Color convert

RGB 194 117 125 -
CMYK 0 0.40 0.36 0.24
HSL 353.77º 0.39% 0.61% -
HSV(B) 353.77º 0.4% 0.76% -
XYZ 32.31 25.67 22.65 -
YUV 140.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 194 117 125 0 0.40 0.36 0.24 353.77 0.39 0.61
Hex C2 75 7D 0 28 24 18 162 27 3D
Octal 302 165 175 0 50 44 30 542 47 75
Binary 11000010 1110101 1111101 0 101000 100100 11000 101100010 100111 111101

Color Harmonies of #C2757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2757D

Black with #C2757D

Text Example


Text Example

White with #C2757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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