Html Css Color HEX #C1788C Charm

📋 copy color: '#C1788C'

red 193 ◦ green 120 ◦ blue 140

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

Shades of Charm #C1788C

Tints of Charm #C1788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.49%

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 42.6%
G = 26.49%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1788C (or 0xC1788C) is known color: Charm. HEX triplet: C1, 78 and 8C. RGB value is (193,120,140). Sum of RGB (Red+Green+Blue) = 193+120+140=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1788C is #3E8773. Grayscale: #909090. Windows color (decimal): -4097908 or 9205953. OLE color: 9205953.

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

Color convert

RGB 193 120 140 -
CMYK 0 0.38 0.27 0.24
HSL 343.56º 0.37% 0.61% -
HSV(B) 343.56º 0.38% 0.76% -
XYZ 33.44 26.66 28.19 -
YUV 144.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 193 120 140 0 0.38 0.27 0.24 343.56 0.37 0.61
Hex C1 78 8C 0 26 1B 18 158 25 3D
Octal 301 170 214 0 46 33 30 530 45 75
Binary 11000001 1111000 10001100 0 100110 11011 11000 101011000 100101 111101

Color Harmonies of #C1788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1788C

Black with #C1788C

Text Example


Text Example

White with #C1788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1788C; }

 p { color: rgb(193,120,140); }

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

background-color css

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

 a { background-color: rgb(193,120,140); }

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

border-color css

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

 span { border-color: rgb(193,120,140); }

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