Html Css Color HEX #C1758A Charm

📋 copy color: '#C1758A'

red 193 ◦ green 117 ◦ blue 138

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

Shades of Charm #C1758A

Tints of Charm #C1758A

RGB

 RED value IS 193 (75.78% from 255) = 43.08%

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

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

R = 43.08%
G = 26.12%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1758A (or 0xC1758A) is known color: Charm. HEX triplet: C1, 75 and 8A. RGB value is (193,117,138). Sum of RGB (Red+Green+Blue) = 193+117+138=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1758A is #3E8A75. Grayscale: #8E8E8E. Windows color (decimal): -4098678 or 9074113. OLE color: 9074113.

HSL color Cylindrical-coordinate representation of color #C1758A: hue angle of 343.42º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1758A is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 117 138 -
CMYK 0 0.39 0.28 0.24
HSL 343.42º 0.38% 0.61% -
HSV(B) 343.42º 0.39% 0.76% -
XYZ 32.94 25.9 27.31 -
YUV 142.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 193 117 138 0 0.39 0.28 0.24 343.42 0.38 0.61
Hex C1 75 8A 0 27 1C 18 157 26 3D
Octal 301 165 212 0 47 34 30 527 46 75
Binary 11000001 1110101 10001010 0 100111 11100 11000 101010111 100110 111101

Color Harmonies of #C1758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1758A

Black with #C1758A

Text Example


Text Example

White with #C1758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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