Html Css Color HEX #C1748B Charm

📋 copy color: '#C1748B'

red 193 ◦ green 116 ◦ blue 139

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

Shades of Charm #C1748B

Tints of Charm #C1748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 43.08%
G = 25.89%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1748B (or 0xC1748B) is known color: Charm. HEX triplet: C1, 74 and 8B. RGB value is (193,116,139). Sum of RGB (Red+Green+Blue) = 193+116+139=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1748B is #3E8B74. Grayscale: #8D8D8D. Windows color (decimal): -4098933 or 9139393. OLE color: 9139393.

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

Color convert

RGB 193 116 139 -
CMYK 0 0.40 0.28 0.24
HSL 342.08º 0.38% 0.61% -
HSV(B) 342.08º 0.4% 0.76% -
XYZ 32.9 25.69 27.65 -
YUV 141.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 193 116 139 0 0.40 0.28 0.24 342.08 0.38 0.61
Hex C1 74 8B 0 28 1C 18 156 26 3D
Octal 301 164 213 0 50 34 30 526 46 75
Binary 11000001 1110100 10001011 0 101000 11100 11000 101010110 100110 111101

Color Harmonies of #C1748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1748B

Black with #C1748B

Text Example


Text Example

White with #C1748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1748B; }

 p { color: rgb(193,116,139); }

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

background-color css

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

 a { background-color: rgb(193,116,139); }

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

border-color css

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

 span { border-color: rgb(193,116,139); }

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