Html Css Color HEX #C3758E Charm

📋 copy color: '#C3758E'

red 195 ◦ green 117 ◦ blue 142

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

Shades of Charm #C3758E

Tints of Charm #C3758E

RGB

 RED value IS 195 (76.56% from 255) = 42.95%

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

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 42.95%
G = 25.77%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3758E (or 0xC3758E) is known color: Charm. HEX triplet: C3, 75 and 8E. RGB value is (195,117,142). Sum of RGB (Red+Green+Blue) = 195+117+142=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3758E is #3C8A71. Grayscale: #8F8F8F. Windows color (decimal): -3967602 or 9336259. OLE color: 9336259.

HSL color Cylindrical-coordinate representation of color #C3758E: 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 #C3758E is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 142 -
CMYK 0 0.4 0.27 0.24
HSL 340.77º 0.39% 0.61% -
HSV(B) 340.77º 0.4% 0.76% -
XYZ 33.75 26.28 28.88 -
YUV 143.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 195 117 142 0 0.4 0.27 0.24 340.77 0.39 0.61
Hex C3 75 8E 0 28 1B 18 155 27 3D
Octal 303 165 216 0 50 33 30 525 47 75
Binary 11000011 1110101 10001110 0 101000 11011 11000 101010101 100111 111101

Color Harmonies of #C3758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3758E

Black with #C3758E

Text Example


Text Example

White with #C3758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3758E; }

 p { color: rgb(195,117,142); }

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

background-color css

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

 a { background-color: rgb(195,117,142); }

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

border-color css

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

 span { border-color: rgb(195,117,142); }

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