Html Css Color HEX #C2758A Charm

📋 copy color: '#C2758A'

red 194 ◦ green 117 ◦ blue 138

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

Shades of Charm #C2758A

Tints of Charm #C2758A

RGB

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

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

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

R = 43.21%
G = 26.06%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2758A (or 0xC2758A) is known color: Charm. HEX triplet: C2, 75 and 8A. RGB value is (194,117,138). Sum of RGB (Red+Green+Blue) = 194+117+138=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2758A is #3D8A75. Grayscale: #8E8E8E. Windows color (decimal): -4033142 or 9074114. OLE color: 9074114.

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

Color convert

RGB 194 117 138 -
CMYK 0 0.40 0.29 0.24
HSL 343.64º 0.39% 0.61% -
HSV(B) 343.64º 0.4% 0.76% -
XYZ 33.2 26.03 27.32 -
YUV 142.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 194 117 138 0 0.40 0.29 0.24 343.64 0.39 0.61
Hex C2 75 8A 0 28 1D 18 158 27 3D
Octal 302 165 212 0 50 35 30 530 47 75
Binary 11000010 1110101 10001010 0 101000 11101 11000 101011000 100111 111101

Color Harmonies of #C2758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2758A

Black with #C2758A

Text Example


Text Example

White with #C2758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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